]> 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)
commit14e473d56456ff7f68b91ab9c16c298746a2d6a5
tree7135149c304331712e6029f8810744ec4f6f236d
parente949182b393fbbb5d5ecdfb2164f83e37d7dd6c1
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