staging: sm750fb: rename hwI2CClose to sm750_hw_i2c_close
authorMike Rapoport <mike.rapoport@gmail.com>
Sat, 12 Sep 2015 08:07:34 +0000 (11:07 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 14 Sep 2015 15:50:46 +0000 (08:50 -0700)
Fix the checkpatch warning about CamelCase

Signed-off-by: Mike Rapoport <mike.rapoport@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_hwi2c.c
drivers/staging/sm750fb/ddk750_hwi2c.h

index 7eb122e6ac1a94d3406bb0482a31cd363fd1c546..8aa83ab1b31a4b78bae86b61d47de6050f402abc 100644 (file)
@@ -40,7 +40,7 @@ unsigned char busSpeedMode
 }
 
 
-void hwI2CClose(void)
+void sm750_hw_i2c_close(void)
 {
        unsigned int value;
 
index 11381eb99309a1c3ca3147dec4dfa3c538004b03..a8d23d2e6955e088bdbc1849c5148564f774d377 100644 (file)
@@ -3,7 +3,7 @@
 
 /* hwi2c functions */
 int sm750_hw_i2c_init(unsigned char busSpeedMode);
-void hwI2CClose(void);
+void sm750_hw_i2c_close(void);
 
 unsigned char hwI2CReadReg(unsigned char deviceAddress, unsigned char registerIndex);
 int hwI2CWriteReg(unsigned char deviceAddress, unsigned char registerIndex, unsigned char data);