Skip to content

Commit

Permalink
fs/fat: fix a checkpatch issue in namei_msdos.c
Browse files Browse the repository at this point in the history
Add a space before an equals sign/operator in line 410.

Signed-off-by: Cruz Julian Bishop <cruzjbishop@gmail.com>
Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Cruz Julian Bishop authored and Linus Torvalds committed Oct 5, 2012
1 parent 7669e8f commit 85cb9bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/fat/namei_msdos.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,7 +407,7 @@ static int msdos_mkdir(struct inode *dir, struct dentry *dentry, umode_t mode)
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;

Expand Down

0 comments on commit 85cb9bf

Please sign in to comment.