mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
staging: sm7xxfb: fix camelcase
Fix the checkpatch warning about CamelCase. Signed-off-by: Sudip Mukherjee <sudip@vectorindia.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
e09df4870e
commit
8efba0e0d0
@ -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;
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user