]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
staging: rts5208: Eliminate the use of Camel Case in file sd.h
authorGabriela Bittencourt <gabrielabittencourt00@gmail.com>
Thu, 31 Oct 2019 23:02:43 +0000 (20:02 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2019 09:55:10 +0000 (10:55 +0100)
Cleans up checks of "Avoid CamelCase" in file sd.h
Even though the constant "DCM_LOW_FREQUENCY_MODE_SET" is defined and never used,
it's useful to keep it because it documents the device.

Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
Link: https://lore.kernel.org/r/20191031230243.3462-4-gabrielabittencourt00@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/sd.h

index dc9e8cad7a743a170a6b7a3527062cd54389a4b7..f4ff62653b56c3b03e2d9fe2384bca3c4f6dbfc1 100644 (file)
 #define DCM_LOW_FREQUENCY_MODE   0x01
 
 #define DCM_HIGH_FREQUENCY_MODE_SET  0x0C
-#define DCM_Low_FREQUENCY_MODE_SET   0x00
+#define DCM_LOW_FREQUENCY_MODE_SET   0x00
 
 #define MULTIPLY_BY_1    0x00
 #define MULTIPLY_BY_2    0x01