projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09f993e
)
Staging: sm7xx: smtcfb.c: fixed a pointer declaration coding style
author
Josenivaldo Benito Jr
<
[email protected]
>
Sun, 12 Feb 2012 21:03:14 +0000
(19:03 -0200)
committer
Greg Kroah-Hartman
<
[email protected]
>
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. <
[email protected]
>
Signed-off-by: Greg Kroah-Hartman <
[email protected]
>
drivers/staging/sm7xx/smtcfb.c
patch
|
blob
|
history
diff --git
a/drivers/staging/sm7xx/smtcfb.c
b/drivers/staging/sm7xx/smtcfb.c
index ae0035f327e77e3debadd960d876931b4d309862..1776a63bd5ef744eaf9c4932d3e511cf6fdaf355 100644
(file)
--- 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;