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>
Tue, 16 Aug 2016 09:35:43 +0000 (10:35 +0100)
commit58d08821eaa76ab54bab2da1808d0947980364f6
tree0f4e37b0a7d85789001a9a383591cb245db4dd30
parentab6933fa7c49c0efdf45062b416115322086dc5b
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
This page took 0.024165 seconds and 5 git commands to generate.