projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
983e4d3
)
Staging: gma500: typo in array initialization
author
Dan Carpenter
<error27@gmail.com>
Fri, 8 Jul 2011 08:45:19 +0000
(09:45 +0100)
committer
Greg Kroah-Hartman
<gregkh@suse.de>
Fri, 8 Jul 2011 20:44:59 +0000
(13:44 -0700)
There is a comma missing here between the strings so they were
concatenated by mistake.
Signed-off-by: Dan Carpenter <error27@gmail.com>
Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/gma500/mdfld_dsi_pkg_sender.c
patch
|
blob
|
history
diff --git
a/drivers/staging/gma500/mdfld_dsi_pkg_sender.c
b/drivers/staging/gma500/mdfld_dsi_pkg_sender.c
index
9198aa8
..
9b543eb
100644
(file)
--- a/
drivers/staging/gma500/mdfld_dsi_pkg_sender.c
+++ b/
drivers/staging/gma500/mdfld_dsi_pkg_sender.c
@@
-62,7
+62,7
@@
static const char * const dsi_errors[] = {
"RX Prot Violation",
"HS Generic Write FIFO Full",
"LP Generic Write FIFO Full",
- "Generic Read Data Avail"
+ "Generic Read Data Avail"
,
"Special Packet Sent",
"Tearing Effect",
};