staging: sm750: fix whitespaces around pointers
authorMichel von Czettritz <michel.von.czettritz@gmail.com>
Thu, 26 Mar 2015 22:25:37 +0000 (23:25 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Apr 2015 11:39:32 +0000 (13:39 +0200)
commit27fa159bd2958ed2146d794c295c32e4fe4dd055
tree8cb3bc793424d6b1337b8a2c6e2b6bbc64c0066c
parent5ace4e10c1cf7c8e9069b1299582899a61c9994f
staging: sm750: fix whitespaces around pointers

This patch fixes checkpatch.pl errors:
- ERROR: "foo * bar" should be "foo *bar"
- ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: Michel von Czettritz <michel.von.czettritz@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/sm750.c