Re: [PATCH] staging: rtl8723au: Fix line longer than 80 columns.

2016-03-01 Thread Edward Lipinsky
On Sat, Feb 27, 2016 at 10:48:56AM -0800, Joe Perches wrote: > On Sat, 2016-02-27 at 10:28 -0800, Edward Lipinsky wrote: > > This patch fixes the checkpatch.pl warning: > > WARNING: line over 80 characters > [] > > diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c > > b/drivers/staging/rtl8723a

Re: [PATCH] staging: rtl8723au: Fix line longer than 80 columns.

2016-02-27 Thread Joe Perches
On Sat, 2016-02-27 at 10:28 -0800, Edward Lipinsky wrote: > This patch fixes the checkpatch.pl warning: > WARNING: line over 80 characters [] > diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c > b/drivers/staging/rtl8723au/core/rtw_ap.c [] > @@ -1834,7 +1834,8 @@ void stop_ap_mode23a(struct rt

[PATCH] staging: rtl8723au: Fix line longer than 80 columns.

2016-02-27 Thread Edward Lipinsky
This patch fixes the checkpatch.pl warning: WARNING: line over 80 characters Signed-off-by: Edward Lipinsky --- drivers/staging/rtl8723au/core/rtw_ap.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/staging/rtl8723au/core/rtw_ap.c b/drivers/staging/rtl8723au/c