]> asedeno.scripts.mit.edu Git - linux.git/commit
char: lp: do not use return as a function
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Sun, 25 Nov 2018 19:47:34 +0000 (19:47 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2018 07:30:55 +0000 (08:30 +0100)
commit39992028c76c4dfcf26f965922fecb579b7f8d6e
tree86034636bc1b626f1850105d9ae047c9da42a365
parent1c3de93621b310276ae4d966a14ed01b711312c2
char: lp: do not use return as a function

return is not a function, parentheses are not required.

Signed-off-by: Sudip Mukherjee <sudipm.mukherjee@gmail.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/char/lp.c