Re: [PATCH 0/2] Fixes coding style

From: Greg Kroah-Hartman
Date: Thu Jan 05 2017 - 12:19:17 EST


On Wed, Jan 04, 2017 at 07:10:39PM -0600, Scott Matheina wrote:
> The patch series addresses some coding style issues contained within the file.
>
> Scott Matheina (2):
> drivers/staging/rtl8188eu/core/rtw_ap.c un-necessary parenthesis
> drivers/staging/rtl8188eu/core/rtw_ap.c Alignment should match open
> parenthesis
>
> drivers/staging/rtl8188eu/core/rtw_ap.c | 144 ++++++++++++++++----------------
> 1 file changed, 71 insertions(+), 73 deletions(-)

Your subject line here could use some work, it needs to say where you
are doing the work. For example it could have said:
[PATCH 0/2] staging: rtl8188eu: coding style fixes

Or better yet, no 0/2 email at all, a two patch series doesn't need it.

thanks,

greg k-h