kernel-hacking-2024-linux-s.../fs/befs
Luis de Bethencourt 85a06b302a 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>
2016-12-22 11:25:20 +00:00
..
befs.h befs: fix typo in befs_sb_info 2016-10-08 10:01:27 +01:00
befs_fs_types.h
btree.c befs: fix typos in btree.c 2016-10-08 10:01:34 +01:00
btree.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
ChangeLog
datastream.c befs: befs: fix style issues in datastream.c 2016-10-08 10:01:36 +01:00
datastream.h befs: constify stuff a bit 2016-05-10 14:24:06 -04:00
debug.c befs: fix style issues in debug.c 2016-12-22 11:25:19 +00:00
endian.h
inode.c befs: fix style issues in inode.c 2016-12-22 11:25:20 +00:00
inode.h
io.c befs: remove unnecessary initialization 2016-10-08 10:01:28 +01:00
io.h fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
Kconfig
linuxvfs.c befs fixes for 4.9-rc1 2016-10-15 12:09:13 -07:00
Makefile
super.c befs: fix style issues in super.c 2016-10-08 10:01:34 +01:00
super.h
TODO