From: Josenivaldo Benito Jr Date: Sun, 12 Feb 2012 21:03:14 +0000 (-0200) Subject: Staging: sm7xx: smtcfb.c: fixed a pointer declaration coding style X-Git-Tag: upstream/snapshot3+hdmi~7963^2~167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8100d2b186b804305608c22cc77b0deeb1d9821;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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. Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm7xx/smtcfb.c b/drivers/staging/sm7xx/smtcfb.c index ae0035f..1776a63 100644 --- a/drivers/staging/sm7xx/smtcfb.c +++ b/drivers/staging/sm7xx/smtcfb.c @@ -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;