staging: kpc2000: remove extra spaces in core.c
authorSimon Sandström <simon@nikanor.nu>
Fri, 24 May 2019 11:08:02 +0000 (13:08 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 30 May 2019 21:06:13 +0000 (14:06 -0700)
commit8dd3355a229e2a14d7daa4e282b87000a0997d39
tree7125f35321358c7850670a1d00cc988f22837add
parent26c12642338b1d2cecae85e51439139ce7ff04aa
staging: kpc2000: remove extra spaces in core.c

Fixes checkpatch.pl error "foo __init  bar" should be "foo __init bar"
and "foo __exit  bar" should be "foo __exit bar".

Signed-off-by: Simon Sandström <simon@nikanor.nu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/kpc2000/kpc2000/core.c