Re: [PATCH 3/3] befs: befs: fix style issues in datastream.c

2016-08-16 Thread Salah Triki
On Sat, Aug 13, 2016 at 06:11:21PM +0100, Luis de Bethencourt wrote: > 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 > +

Re: [PATCH 3/3] befs: befs: fix style issues in datastream.c

2016-08-16 Thread Salah Triki
On Sat, Aug 13, 2016 at 06:11:21PM +0100, Luis de Bethencourt wrote: > 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 > +

[PATCH 3/3] befs: befs: fix style issues in datastream.c

2016-08-13 Thread Luis de Bethencourt
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__,

[PATCH 3/3] befs: befs: fix style issues in datastream.c

2016-08-13 Thread Luis de Bethencourt
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__,