Re: [PATCH] kthread:fix coding style issue

From: Greg KH
Date: Thu Dec 15 2016 - 12:14:11 EST


On Thu, Dec 15, 2016 at 04:22:53PM +0800, Gaosheng Wu wrote:
> From: GaoShengWu <wugsh15@xxxxxxxxxx>
>
> 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 <wugsh15@xxxxxxxxxx>

Please do coding style fixes on drivers/staging/* first, so that you can
learn the proper process for doing this and not annoy the core kernel
developers with incorrect patches.

good luck!

greg k-h