linux/fs/befs
Luis de Bethencourt 4c7df64559 befs: fix style issues in io.c
Fixing the two following checkpatch.pl issues:
ERROR: trailing whitespace
+ * Based on portions of file.c and inode.c $

WARNING: labels should not be indented
+      error:

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
2016-12-22 11:25:20 +00:00
..
befs_fs_types.h Fix common misspellings 2011-03-31 11:26:23 -03:00
befs.h befs: fix typo in befs_sb_info 2016-10-08 10:01:27 +01:00
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 Fix common misspellings 2011-03-31 11:26:23 -03:00
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 befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c befs: fix style issues in inode.c 2016-12-22 11:25:20 +00:00
inode.h
io.c befs: fix style issues in io.c 2016-12-22 11:25:20 +00:00
io.h fs: befs: replace befs_bread by sb_bread 2016-10-08 10:01:12 +01:00
Kconfig fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
linuxvfs.c befs fixes for 4.9-rc1 2016-10-15 12:09:13 -07:00
Makefile BEFS: logging cleanup 2014-04-03 16:21:25 -07:00
super.c befs: fix style issues in super.c 2016-10-08 10:01:34 +01:00
super.h
TODO