staging: sm750fb: fix CamelCase function parameter
Change function parameter in header file from powerMode to mode, now identical to c file function declaration. Issue found by checkpatch. Signed-off-by: Arne Petersen <petersenarne@yahoo.com> Link: https://lore.kernel.org/r/Yq2NufHtWbuXCjWE@ubuntu Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
012e606880
commit
6e9e4acd8a
@ -15,7 +15,7 @@ enum dpms {
|
||||
}
|
||||
|
||||
void ddk750_set_dpms(enum dpms state);
|
||||
void sm750_set_power_mode(unsigned int powerMode);
|
||||
void sm750_set_power_mode(unsigned int mode);
|
||||
void sm750_set_current_gate(unsigned int gate);
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user