Re: [PATCH v2] staging: ks7010: Fix coding style and remove checkpatch.pl warnings.

2017-08-30 Thread Dan Carpenter
On Tue, Aug 29, 2017 at 08:57:34PM -0600, Jonathan Whitaker wrote: > It is prefered to use '"%s...", __func__ instead of function names for > logging. This commit replaces hardcoded function name strings to the > more preferred '"%s...", __func__' style. These warnings were reported > by checkpatch

[PATCH v2] staging: ks7010: Fix coding style and remove checkpatch.pl warnings.

2017-08-29 Thread Jonathan Whitaker
It is prefered to use '"%s...", __func__ instead of function names for logging. This commit replaces hardcoded function name strings to the more preferred '"%s...", __func__' style. These warnings were reported by checkpatch.pl. Signed-off-by: Jonathan Whitaker Changes in v2: - Wrapped the cha