]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: fix line continuations
authorTobin C. Harding <me@tobin.cc>
Mon, 13 Mar 2017 06:38:18 +0000 (17:38 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Mar 2017 22:20:06 +0000 (06:20 +0800)
commit6422c6efb3b1d296ee2b79b6961a02952a75ee53
tree37792096d21a95341d702959d81af3dd73ef1e63
parentdfd6b480c9e63d520aac932b2ed1a729a1f4a6a6
staging: ks7010: fix line continuations

Checkpatch emits CHECK: Logical continuations should be on the
previous line. Also the same code section causes checkpatch to emit
WARNING: Avoid multiple line dereference.

Move logical line continuations onto the previous line. Move multiple
line dereferences onto single line.

Make these two changes in a single patch to give review a chance
to critique the final layout of the *complex* logical statement.

Signed-off-by: Tobin C. Harding <me@tobin.cc>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/ks7010/ks_hostif.c