Re: [greybus-dev] [PATCH v2] staging: greybus: loopback_test: fix comment style issues

2017-07-04 Thread Aleksey Rybalkin
On Tue, Jul 04, 2017 at 10:28:10AM +0200, Johan Hovold wrote: > On Tue, Jul 04, 2017 at 11:47:51AM +0530, Viresh Kumar wrote: > > + Greg > > > > On 03-07-17, 23:27, Aleksey Rybalkin wrote: > > > According to checkpatch warning, block comments should align the * on &g

[PATCH v2] staging: greybus: loopback_test: fix comment style issues

2017-07-03 Thread Aleksey Rybalkin
According to checkpatch warning, block comments should align the * on each line. Also, preferred style for multi-line comments is starting the comment text after the second *. Signed-off-by: Aleksey Rybalkin --- drivers/staging/greybus/tools/loopback_test.c | 13 +++-- 1 file changed, 7