Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Arne Petersen and committed by
Greg Kroah-Hartman
6e9e4acd 012e6068

+1 -1
+1 -1
drivers/staging/sm750fb/ddk750_power.h
··· 15 15 } 16 16 17 17 void ddk750_set_dpms(enum dpms state); 18 - void sm750_set_power_mode(unsigned int powerMode); 18 + void sm750_set_power_mode(unsigned int mode); 19 19 void sm750_set_current_gate(unsigned int gate); 20 20 21 21 /*