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:
Arne Petersen 2022-06-18 10:32:57 +02:00 committed by Greg Kroah-Hartman
parent 012e606880
commit 6e9e4acd8a
1 changed files with 1 additions and 1 deletions

View File

@ -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);
/*