提交 c8100d2b 编写于 作者: J Josenivaldo Benito Jr 提交者: Greg Kroah-Hartman

Staging: sm7xx: smtcfb.c: fixed a pointer declaration coding style

Fixed a pointer declaration coding style issue. *foo not * foo
Signed-off-by: NJosenivaldo Benito Jr. <jrbenito@benito.qsl.br>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 09f993e6
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册