Re: [PATCH v4 1/5] staging: rtl8192e: fix coding style issues (merge broken strings)

2015-03-16 Thread Greg KH
On Sun, Mar 15, 2015 at 09:39:43PM +0100, Mateusz Kulikowski wrote: > Fix checkpatch.pl warnings: > - 'WARNING: quoted string split across lines' > - 'WARNING: break quoted strings at a space character' > > Signed-off-by: Mateusz Kulikowski > --- This patch fails to apply to my staging-testing b

[PATCH v4 1/5] staging: rtl8192e: fix coding style issues (merge broken strings)

2015-03-15 Thread Mateusz Kulikowski
Fix checkpatch.pl warnings: - 'WARNING: quoted string split across lines' - 'WARNING: break quoted strings at a space character' Signed-off-by: Mateusz Kulikowski --- drivers/staging/rtl8192e/rtl8192e/r8190P_rtl8256.c | 51 +++--- drivers/staging/rtl8192e/rtl8192e/r8192E_cmdpkt.c | 28 +-- dr