]> git.baikalelectronics.ru Git - kernel.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)
commit0a968d6204861b0bcf8ff3b113653b03c17c1319
tree37792096d21a95341d702959d81af3dd73ef1e63
parent0d1b931fcbf4d67fce5b1789bc6c0ad4b9f6ee1f
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