Staging: sm7xx: smtcfb.c: fixed a pointer declaration coding style
authorJosenivaldo Benito Jr <jrbenito@benito.qsl.br>
Sun, 12 Feb 2012 21:03:14 +0000 (19:03 -0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Feb 2012 04:09:38 +0000 (20:09 -0800)
Fixed a pointer declaration coding style issue. *foo not * foo

Signed-off-by: Josenivaldo Benito Jr. <jrbenito@benito.qsl.br>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm7xx/smtcfb.c

index ae0035f..1776a63 100644 (file)
@@ -443,7 +443,7 @@ static int smtc_setcolreg(unsigned regno, unsigned red, unsigned green,
 }
 
 #ifdef __BIG_ENDIAN
-static ssize_t smtcfb_read(struct fb_info *info, char __user * buf, size_t
+static ssize_t smtcfb_read(struct fb_info *info, char __user *buf, size_t
                                count, loff_t *ppos)
 {
        unsigned long p = *ppos;