Re: [PATCH] kthread:fix coding style issue

2016-12-15 Thread Greg KH
On Thu, Dec 15, 2016 at 04:22:53PM +0800, Gaosheng Wu wrote: > From: GaoShengWu > > Line 28 of kthread.c violates chapter 3 of CodingStyle - put the opening > brace last on the line, and put the closing brace first. > > Signed-off-by: GaoShengWu Please

Re: [PATCH] kthread:fix coding style issue

2016-12-15 Thread Greg KH
On Thu, Dec 15, 2016 at 04:22:53PM +0800, Gaosheng Wu wrote: > From: GaoShengWu > > Line 28 of kthread.c violates chapter 3 of CodingStyle - put the opening > brace last on the line, and put the closing brace first. > > Signed-off-by: GaoShengWu Please do coding style fixes on

[PATCH] kthread:fix coding style issue

2016-12-15 Thread Gaosheng Wu
From: GaoShengWu Line 28 of kthread.c violates chapter 3 of CodingStyle - put the opening brace last on the line, and put the closing brace first. Signed-off-by: GaoShengWu --- checkpatch.pl complained as the following: ERROR: open brace '{' following

[PATCH] kthread:fix coding style issue

2016-12-15 Thread Gaosheng Wu
From: GaoShengWu Line 28 of kthread.c violates chapter 3 of CodingStyle - put the opening brace last on the line, and put the closing brace first. Signed-off-by: GaoShengWu --- checkpatch.pl complained as the following: ERROR: open brace '{' following struct go on the same line #28: FILE: