staging: kpc2000: remove extra white space in kpc2000_spi.c
authorNaoto Kobayashi <naoto.kobayashi4c@gmail.com>
Mon, 10 Jun 2019 05:43:14 +0000 (14:43 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 10 Jun 2019 15:53:05 +0000 (17:53 +0200)
commit991661e673f6150ebadf1236fd0013ccea082707
treebc6d6a7c25a24bbad7e1b1af5c95e0ede193da4f
parent0f2692f7f2820aff5ebbda9723ddd63e800819cb
staging: kpc2000: remove extra white space in kpc2000_spi.c

Since whitespace should not appear between asterisk and
variable name in a declaration statement, remove it and
fix checkpatch.pl error "foo * bar" should be "foo *bar".

Signed-off-by: Naoto Kobayashi <naoto.kobayashi4c@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000_spi.c