aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/sm750fb/ddk750_power.h
diff options
context:
space:
mode:
authorElise Lennion <elise.lennion@gmail.com>2016-10-13 19:25:52 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-10-16 10:27:36 +0200
commit3fcb465f1e74ef0cb1edd921c3551170548051e2 (patch)
treeb6843bcc3a3a6c880011ed7cb95cee67c2d7b9c5 /drivers/staging/sm750fb/ddk750_power.h
parentstaging: greybus: audio_codec: Remove useless return statement. (diff)
downloadlinux-dev-3fcb465f1e74ef0cb1edd921c3551170548051e2.tar.xz
linux-dev-3fcb465f1e74ef0cb1edd921c3551170548051e2.zip
staging: sm750fb: Replace functions CamelCase naming with underscores.
Replace CamelCase function names with underscores to comply with the standard kernel coding style. Signed-off-by: Elise Lennion <elise.lennion@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/sm750fb/ddk750_power.h')
-rw-r--r--drivers/staging/sm750fb/ddk750_power.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/sm750fb/ddk750_power.h b/drivers/staging/sm750fb/ddk750_power.h
index 5963691f9a68..ba0b3f5bfd9b 100644
--- a/drivers/staging/sm750fb/ddk750_power.h
+++ b/drivers/staging/sm750fb/ddk750_power.h
@@ -19,12 +19,12 @@ void ddk750_setDPMS(DPMS_t);
/*
* This function sets the current power mode
*/
-void setPowerMode(unsigned int powerMode);
+void set_power_mode(unsigned int powerMode);
/*
* This function sets current gate
*/
-void setCurrentGate(unsigned int gate);
+void set_current_gate(unsigned int gate);
/*
* This function enable/disable the 2D engine.