Commit fbc74fdc authored by Andrew Morton's avatar Andrew Morton Committed by james toy

ERROR: "foo * bar" should be "foo *bar"

#18: FILE: fs/ext2/super.c:1092:
+static void ext2_clear_super_error(struct super_block * sb)

total: 1 errors, 0 warnings, 37 lines checked

./patches/ext2-avoid-warn-messages-when-failing-to-write-to-the-superblock.patch has style problems, please review.  If any of these errors
are false positives report them to the maintainer, see
CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: "Theodore Ts'o" <tytso@mit.edu>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent e95c090a
......@@ -1089,7 +1089,7 @@ failed_sbi:
return ret;
}
static void ext2_clear_super_error(struct super_block * sb)
static void ext2_clear_super_error(struct super_block *sb)
{
struct buffer_head *sbh = EXT2_SB(sb)->s_sbh;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment