aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rts5208/sd.h
diff options
context:
space:
mode:
authorGabriela Bittencourt <gabrielabittencourt00@gmail.com>2019-10-31 20:02:43 -0300
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-11-01 10:55:10 +0100
commitf8be8d1ede50a5918faeda82e1f1fb45e9431b54 (patch)
treeb429886fce3ee77c2693f3872189e886cf0d87a1 /drivers/staging/rts5208/sd.h
parentstaging: rts5208: Eliminate the use of Camel Case in files xd.{h, c} (diff)
downloadlinux-dev-f8be8d1ede50a5918faeda82e1f1fb45e9431b54.tar.xz
linux-dev-f8be8d1ede50a5918faeda82e1f1fb45e9431b54.zip
staging: rts5208: Eliminate the use of Camel Case in file sd.h
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>
Diffstat (limited to '')
-rw-r--r--drivers/staging/rts5208/sd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rts5208/sd.h b/drivers/staging/rts5208/sd.h
index dc9e8cad7a74..f4ff62653b56 100644
--- a/drivers/staging/rts5208/sd.h
+++ b/drivers/staging/rts5208/sd.h
@@ -232,7 +232,7 @@
#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