Commit 991661e6 authored by Naoto Kobayashi's avatar Naoto Kobayashi Committed by Greg Kroah-Hartman

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: default avatarNaoto Kobayashi <naoto.kobayashi4c@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 0f2692f7
......@@ -496,7 +496,7 @@ kp_spi_probe(struct platform_device *pldev)
static int
kp_spi_remove(struct platform_device *pldev)
{
struct spi_master * master = platform_get_drvdata(pldev);
struct spi_master *master = platform_get_drvdata(pldev);
spi_unregister_master(master);
return 0;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment