]> git.karo-electronics.de Git - karo-tx-linux.git/commit
befs: befs: fix style issues in datastream.c
authorLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 13 Aug 2016 17:11:21 +0000 (18:11 +0100)
committerLuis de Bethencourt <luisbg@osg.samsung.com>
Sat, 8 Oct 2016 09:01:36 +0000 (10:01 +0100)
commita17e7d2010b44103e3b8e00d0c8c510606457bc6
tree6f4cda208cc55a4ae18a9fc38d285ea1a6ce147b
parenta20af5f9eaac083e2865e94f37e47af74d70f187
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>
fs/befs/datastream.c