Commit 8efba0e0 authored by Sudip Mukherjee's avatar Sudip Mukherjee Committed by Greg Kroah-Hartman

staging: sm7xxfb: fix camelcase

Fix the checkpatch warning about CamelCase.
Signed-off-by: default avatarSudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent e09df487
...@@ -98,7 +98,7 @@ static inline unsigned int smtc_seqr(int reg) ...@@ -98,7 +98,7 @@ static inline unsigned int smtc_seqr(int reg)
/* The next structure holds all information relevant for a specific video mode. /* The next structure holds all information relevant for a specific video mode.
*/ */
struct ModeInit { struct modeinit {
int mmsizex; int mmsizex;
int mmsizey; int mmsizey;
int bpp; int bpp;
......
...@@ -114,7 +114,7 @@ static const struct vesa_mode vesa_mode_table[] = { ...@@ -114,7 +114,7 @@ static const struct vesa_mode vesa_mode_table[] = {
/********************************************************************** /**********************************************************************
SM712 Mode table. SM712 Mode table.
**********************************************************************/ **********************************************************************/
static const struct ModeInit vgamode[] = { static const struct modeinit vgamode[] = {
{ {
/* mode#0: 640 x 480 16Bpp 60Hz */ /* mode#0: 640 x 480 16Bpp 60Hz */
640, 480, 16, 60, 640, 480, 16, 60,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment