staging: hp100: Remove space after * in pointer declarations
authorSoumyajit Deb <debsoumyajit100@gmail.com>
Mon, 23 Mar 2020 05:48:35 +0000 (11:18 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 23 Mar 2020 10:41:02 +0000 (11:41 +0100)
commit30c826bf1df5583a1a36821c825792f62ba81cb1
tree1ef22600f15a999aa74f6bde5819adcea517a4f9
parentbb351cf437f586ee90ce66ccc4a23da25a3b2364
staging: hp100: Remove space after * in pointer declarations

Remove space after * in pointer declaration to improve code readability
and to adhere to the standard coding style.
Reported by checkpatch.pl

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