staging: hp100: Add space between while keyword and open parenthesis
authorSoumyajit Deb <debsoumyajit100@gmail.com>
Wed, 25 Mar 2020 11:59:56 +0000 (17:29 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 25 Mar 2020 12:42:24 +0000 (13:42 +0100)
commit096821d65488410ea3cbfb712c943678362aa336
tree1f094f37fdac8cf0e8b8855979d144faede3d63b
parentf649dc7169918e894f9bd1d9a270e32daf4cb9d9
staging: hp100: Add space between while keyword and open parenthesis

Add space between while keyword and open parenthesis "(" in the do while
statement to improve code readability and to adhere to the Linux Kernel
coding style.
Reported by checkpatch.pl

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