From 8382ab7e818bd2427ec5aee8a75ba2d38ccfa2ed Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Mon, 16 Sep 2013 02:10:49 +0400 Subject: [PATCH] simple.c: drop trailing whitespace --- simple.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simple.c b/simple.c index de6724e..66004a9 100644 --- a/simple.c +++ b/simple.c @@ -83,7 +83,7 @@ void simplefs_inode_add(struct super_block *vsb, struct simplefs_inode *inode) * The block will be removed from the freeblock list. * * In an ideal, production-ready filesystem, we will not be dealing with blocks, - * and instead we will be using extents + * and instead we will be using extents * * If for some reason, the file creation/deletion failed, the block number * will still be marked as non-free. You need fsck to fix this.*/