Skip to content

Commit

Permalink
Staging: gma500: typo in array initialization
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Dan Carpenter authored and Greg Kroah-Hartman committed Jul 8, 2011
1 parent 983e4d3 commit fc5ace7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/gma500/mdfld_dsi_pkg_sender.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
};
Expand Down

0 comments on commit fc5ace7

Please sign in to comment.