]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: ks7010: move logic operator to end of line
authorTobin C. Harding <me@tobin.cc>
Mon, 27 Feb 2017 03:14:46 +0000 (14:14 +1100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 6 Mar 2017 08:17:05 +0000 (09:17 +0100)
commitcf57e659d5be6459e642dd451268bdb3437af7ff
tree7135149c304331712e6029f8810744ec4f6f236d
parent9f9d7030e4e1f9c9096a60dcb6429b41868e0ba9
staging: ks7010: move logic operator to end of line

Logic operator (&&) is place at the start of the line. Kernel
standards suggest that logical operators should be placed at the end
of the line.

Move logical operator to the end of the previous line.

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