]> git.baikalelectronics.ru Git - kernel.git/commit
befs: fix style issues in inode.c
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sun, 14 Aug 2016 16:29:47 +0000 (17:29 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Thu, 22 Dec 2016 11:25:20 +0000 (11:25 +0000)
commita9bc0d86b879d3fbaee290d15e58a4e115aa038f
treecd15282e9f480b48505cac460e782e469cce0711
parenta059436dab9c2507a83f3731c6835c19763ce37d
befs: fix style issues in inode.c

Fixing the following checkpatch.pl errors and warning:
ERROR: trailing whitespace
+ * $

WARNING: Block comments use * on subsequent lines
+/*
+       Validates the correctness of the befs inode

ERROR: "foo * bar" should be "foo *bar"
+befs_check_inode(struct super_block *sb, befs_inode * raw_inode,

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
fs/befs/inode.c