Re: [PATCH] staging: wilc1000: remove warnings reported by checkpatch.pl.

2015-06-14 Thread Dean . lee
On 2015년 06월 12일 23:34, Greg KH wrote: On Fri, Jun 12, 2015 at 06:51:56PM +0900, Dean Lee wrote: Remove the following warnings in the wilc_log.h: - unnecessary whitespace before a quoted newline - line over 80 characters - single statement macros should not use a do {} while (0) loop. Those a

Re: [PATCH] staging: wilc1000: remove warnings reported by checkpatch.pl.

2015-06-12 Thread Greg KH
On Fri, Jun 12, 2015 at 06:51:56PM +0900, Dean Lee wrote: > Remove the following warnings in the wilc_log.h: > - unnecessary whitespace before a quoted newline > - line over 80 characters > - single statement macros should not use a do {} while (0) loop. Those are different things, so this should

[PATCH] staging: wilc1000: remove warnings reported by checkpatch.pl.

2015-06-12 Thread Dean Lee
Remove the following warnings in the wilc_log.h: - unnecessary whitespace before a quoted newline - line over 80 characters - single statement macros should not use a do {} while (0) loop. Signed-off-by: Dean Lee --- drivers/staging/wilc1000/wilc_log.h | 53 +