[PATCH 1/7] fs/fat: Fix a checkpatch issue in namei_msdos.c

From: Cruz Julian Bishop
Date: Sun Aug 12 2012 - 05:45:21 EST


Added a space before an equals sign/operator in line 410.

Yeah, I know. It's a lame commit, but at least it works!

Signed-off-by: Cruz Julian Bishop <cruzjbishop@xxxxxxxxx>
---
fs/fat/namei_msdos.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/fat/namei_msdos.c b/fs/fat/namei_msdos.c
index c27c630..c1055e7 100644
--- a/fs/fat/namei_msdos.c
+++ b/fs/fat/namei_msdos.c
@@ -407,7 +407,7 @@ out:
static int msdos_unlink(struct inode *dir, struct dentry *dentry)
{
struct inode *inode = dentry->d_inode;
- struct super_block *sb= inode->i_sb;
+ struct super_block *sb = inode->i_sb;
struct fat_slot_info sinfo;
int err;

--
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/