]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitc03df9132565bbb0ca73243683b6a501086187c9
tree8cb3bc793424d6b1337b8a2c6e2b6bbc64c0066c
parentd1adb5d08456cab540ccdb19c4b052ec0e11667c
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