staging: sm7xxfb: fix camelcase
authorSudip Mukherjee <sudipm.mukherjee@gmail.com>
Wed, 17 Jun 2015 11:24:48 +0000 (16:54 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 18 Jun 2015 04:44:30 +0000 (21:44 -0700)
Fix the checkpatch warning about CamelCase.

Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm7xxfb/sm7xx.h
drivers/staging/sm7xxfb/sm7xxfb.c

index fc284292c9715c6747cee88cdd7e1d9dfc769d5a..4bed0946c1b1fab453254b898cecc0f2aa5b5c73 100644 (file)
@@ -98,7 +98,7 @@ static inline unsigned int smtc_seqr(int reg)
 /* The next structure holds all information relevant for a specific video mode.
  */
 
-struct ModeInit {
+struct modeinit {
        int mmsizex;
        int mmsizey;
        int bpp;
index fb44fe3e1dc5b63116e2d6247e016bde6623c98e..2ff4fe73d148e194178cd47cbf74256cf6fd8eb5 100644 (file)
@@ -114,7 +114,7 @@ static const struct vesa_mode vesa_mode_table[] = {
 /**********************************************************************
                         SM712 Mode table.
  **********************************************************************/
-static const struct ModeInit vgamode[] = {
+static const struct modeinit vgamode[] = {
        {
                /*  mode#0: 640 x 480  16Bpp  60Hz */
                640, 480, 16, 60,