Staging: sm7xx: smtcfb.c: fixed a pointer declaration coding style
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>
This commit is contained in:
parent
09f993e684
commit
c8100d2b18
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user