]> git.baikalelectronics.ru Git - kernel.git/commit
char: lp: remove redundant space around (inside) parenthesized expressions
authorQiang Ma <maqianga@uniontech.com>
Tue, 9 Mar 2021 07:20:59 +0000 (15:20 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 Mar 2021 07:26:32 +0000 (08:26 +0100)
commit9ba35cec638300da3881da63f3e1cd7e41bebae4
treeb4b094bac1bb0332d6d637fc8b3c3b58996b618a
parentcd1195f71ffab80c4424430e5e68b9ecf2c79ceb
char: lp: remove redundant space around (inside) parenthesized expressions

These two lines of code don't meet the linux kernel style,
and use a space after these keywords:
if, switch, case, for, do, while.
Do not add spaces around (inside) parenthesized expressions.
So remove the redundant space.

Signed-off-by: Qiang Ma <maqianga@uniontech.com>
Link: https://lore.kernel.org/r/20210309072059.22107-1-maqianga@uniontech.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/lp.c