Re: [PATCHv2 19/19] staging: rtl8192u: r8192U_core: fix line over 80 characters code style issue

2015-08-19 Thread Dan Carpenter
On Tue, Aug 18, 2015 at 12:58:20PM -0400, Raphaël Beamonte wrote: Light code refactoring to keep the lines under 80 characters to follow the kernel code style. The first patches seem fine but this one is too hard to review... Divide it up somehow. Maybe: patch #1: comments patch #2: add

[PATCHv2 19/19] staging: rtl8192u: r8192U_core: fix line over 80 characters code style issue

2015-08-18 Thread Raphaël Beamonte
Light code refactoring to keep the lines under 80 characters to follow the kernel code style. Signed-off-by: Raphaël Beamonte raphael.beamo...@gmail.com --- drivers/staging/rtl8192u/r8192U_core.c | 1248 ++-- 1 file changed, 850 insertions(+), 398 deletions(-) diff