]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
staging: unisys: fix placement of logical ops in visorchipset_main.c
authorBenjamin Romer <benjamin.romer@unisys.com>
Mon, 16 Mar 2015 17:58:04 +0000 (13:58 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2015 20:53:46 +0000 (21:53 +0100)
commit0639ba6759857ca3e8d29669e1234ef34b52a29e
tree6cb5c4f7d0ef009d23d58b836512938c1bdd21ce
parent1390b88ce4b5259b6e69dd794e5bcf1bb791f426
staging: unisys: fix placement of logical ops in visorchipset_main.c

Several if statement lines had the logical operators in the wrong place,
so fix these by moving the operator to the end of the previous line.

Signed-off-by: Benjamin Romer <benjamin.romer@unisys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/unisys/visorchipset/visorchipset_main.c