linux/fs/befs
Luis de Bethencourt a17e7d2010 befs: befs: fix style issues in datastream.c
Fixing the following checkpatch.pl errors:

ERROR: "foo * bar" should be "foo *bar"
+                            befs_blocknr_t blockno, befs_block_run * run);

WARNING: Missing a blank line after declarations
+       struct buffer_head *bh;
+       befs_debug(sb, "---> %s length: %llu", __func__, len);

WARNING: Block comments use * on subsequent lines
+       /*
+          Double indir block, plus all the indirect blocks it maps.

(and other instances of these)

Signed-off-by: Luis de Bethencourt <luisbg@osg.samsung.com>
Signed-off-by: Salah Triki <salah.triki@gmail.com>
2016-10-08 10:01:36 +01: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: dump inode_size superblock information 2016-10-08 10:01:29 +01:00
endian.h befs: don't pass huge structs by value 2011-01-13 08:03:15 -08:00
inode.c BEFS: logging cleanup 2014-04-03 16:21:25 -07: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 fs/befs: remove depends on CONFIG_EXPERIMENTAL 2013-01-21 14:39:04 -08:00
linuxvfs.c fs: befs: remove ret variable 2016-10-08 10:01:25 +01: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