]> git.baikalelectronics.ru Git - kernel.git/commit
staging: hp100: Add spaces in if statement.
authorSoumyajit Deb <debsoumyajit100@gmail.com>
Wed, 25 Mar 2020 12:27:52 +0000 (17:57 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2020 12:43:13 +0000 (13:43 +0100)
commitfe6272c62585e702fdf019c5a4115c0580438223
treeab5ec4fd53972a8d54df00c0a42c861947a72ed4
parent319da96e9cbfec918b82d22b63fbbfd99f96965f
staging: hp100: Add spaces in if statement.

Add space between if and open parenthesis to improve
code readability and to adhere to the standard linux kernel
coding style. Also, shift the next line to the right by a single space
as it is the continuation of the above if statement.

Signed-off-by: Soumyajit Deb <debsoumyajit100@gmail.com>
Link: https://lore.kernel.org/r/20200325122752.38600-1-debsoumyajit100@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/hp/hp100.c