staging: exfat: Fix logical operation continuation
authorFrank A. Cancio Bello <frank@generalsoftwareinc.com>
Sat, 2 Nov 2019 04:06:54 +0000 (04:06 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 3 Nov 2019 12:10:10 +0000 (13:10 +0100)
commitd3baf1e0b2fefa9433e8d299541cf451e59c5709
tree373693f1db8698e7d2c19ac8c2f7a4bacb01cdfe
parent8a4e640eb7f65dd643b77a0297ca244ef29cc1fa
staging: exfat: Fix logical operation continuation

Operators inside a multiline logical expression should be at the end
of the line not at the beginning. This patch fixes two of those cases
and remove an unnecessary parenthesis too, to comply in that way with
the preferred coding style for the linux kernel.

Suggested-by: Julia Lawall <Julia.Lawall@lip6.fr>
Signed-off-by: Frank A. Cancio Bello <frank@generalsoftwareinc.com>
Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Link: https://lore.kernel.org/r/ace2cbd5e4c03751fb522e7bbd60149e7ed969ae.1572666556.git.frank@generalsoftwareinc.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/exfat/exfat_super.c