]> git.baikalelectronics.ru Git - kernel.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)
commit392e3a52612e4b70517580ba24a43c2bee0982f8
tree7135149c304331712e6029f8810744ec4f6f236d
parente01efb1e1b9b0697452039babb7060e9bb422dff
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