]> asedeno.scripts.mit.edu Git - linux.git/commit
staging: wlan-ng: fix expression continuation in prism2mgmt.c
authorTim Collier <osdevtc@gmail.com>
Fri, 6 Jul 2018 19:38:14 +0000 (20:38 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 7 Jul 2018 14:35:08 +0000 (16:35 +0200)
commite47b374ce4bec599f792d55ff9bcaa1f5322778c
tree9ddf558374c995b95c28d1fcac9314011c080f33
parent0148f49c118ad786fedf64621ac0037475a027fa
staging: wlan-ng: fix expression continuation in prism2mgmt.c

checkpatch reports "CHECK: Logical continuations should be on the
previous line" when a continuation line begins with an
operator. Reformat the code so that the operator appears at the end of
the line being continued.

Signed-off-by: Tim Collier <osdevtc@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wlan-ng/prism2mgmt.c