Re: [PATCH v2] staging: greybus: log: Fix line over 80 characters.

2017-01-04 Thread Emmanuil Chatzipetru
Hello, On Wed, Jan 04, 2017 at 04:26:35PM +0100, Johan Hovold wrote: > On Wed, Jan 04, 2017 at 04:14:45PM +0100, Emmanuil Chatzipetru wrote: > > Fix coding style issue caught by checkpatch.pl related to the following > > warning: > > - CHECK: WARNING: line over 80 characters > > This commit m

Re: [PATCH v2] staging: greybus: log: Fix line over 80 characters.

2017-01-04 Thread Johan Hovold
On Wed, Jan 04, 2017 at 04:14:45PM +0100, Emmanuil Chatzipetru wrote: > Fix coding style issue caught by checkpatch.pl related to the following > warning: > - CHECK: WARNING: line over 80 characters This commit message should be expanded to explain how this is done (e.g. "by dropping a redun

[PATCH v2] staging: greybus: log: Fix line over 80 characters.

2017-01-04 Thread Emmanuil Chatzipetru
Fix coding style issue caught by checkpatch.pl related to the following warning: - CHECK: WARNING: line over 80 characters While at it, drop the redundant cast in the comparison. Signed-off-by: Emmanuil Chatzipetru --- v2: - As Johan suggested, is better to keep the already two-tab inden