Re: [PATCH] Staging: rtl8192e: Fix warning exceeding characters per line

2016-03-21 Thread Greg KH
On Sat, Mar 12, 2016 at 04:01:03PM +0100, Adonis Settouf wrote: > This patch fixes the checkpatch.pl warning regarding the exceeding 80 > characters on line 36. This patch add a newline after function statement > on line 52 You did 2 different things in the same patch, that should be 2 patches.

[PATCH] Staging: rtl8192e: Fix warning exceeding characters per line

2016-03-12 Thread Adonis Settouf
This patch fixes the checkpatch.pl warning regarding the exceeding 80 characters on line 36. This patch add a newline after function statement on line 52 Signed-off-by: Adonis Settouf --- drivers/staging/rtl8192e/dot11d.h | 5 +++-- 1 file changed, 3 insertions(+), 2