OSDN Git Service

staging: rts5208: Eliminate the use of Camel Case in files xd.{h, c}
authorGabriela Bittencourt <gabrielabittencourt00@gmail.com>
Thu, 31 Oct 2019 23:02:42 +0000 (20:02 -0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 1 Nov 2019 09:55:09 +0000 (10:55 +0100)
Cleans up checks of "Avoid CamelCase" in files xd.{h,c}

Acked-by: Julia Lawall <julia.lawall@lip6.fr>
Signed-off-by: Gabriela Bittencourt <gabrielabittencourt00@gmail.com>
Link: https://lore.kernel.org/r/20191031230243.3462-3-gabrielabittencourt00@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/xd.c
drivers/staging/rts5208/xd.h

index f3dc96a..0f36993 100644 (file)
@@ -630,13 +630,13 @@ static int reset_xd(struct rtsx_chip *chip)
                        xd_card->zone_cnt = 32;
                        xd_card->capacity = 1024000;
                        break;
-               case xD_1G_X8_512:
+               case XD_1G_X8_512:
                        XD_PAGE_512(xd_card);
                        xd_card->addr_cycle = 4;
                        xd_card->zone_cnt = 64;
                        xd_card->capacity = 2048000;
                        break;
-               case xD_2G_X8_512:
+               case XD_2G_X8_512:
                        XD_PAGE_512(xd_card);
                        xd_card->addr_cycle = 4;
                        xd_card->zone_cnt = 128;
@@ -669,10 +669,10 @@ static int reset_xd(struct rtsx_chip *chip)
                return STATUS_FAIL;
        }
 
-       retval = xd_read_id(chip, READ_xD_ID, id_buf, 4);
+       retval = xd_read_id(chip, READ_XD_ID, id_buf, 4);
        if (retval != STATUS_SUCCESS)
                return STATUS_FAIL;
-       dev_dbg(rtsx_dev(chip), "READ_xD_ID: 0x%x 0x%x 0x%x 0x%x\n",
+       dev_dbg(rtsx_dev(chip), "READ_XD_ID: 0x%x 0x%x 0x%x 0x%x\n",
                id_buf[0], id_buf[1], id_buf[2], id_buf[3]);
        if (id_buf[2] != XD_ID_CODE)
                return STATUS_FAIL;
index 57b9412..98c00f2 100644 (file)
@@ -36,7 +36,7 @@
 #define        BLK_ERASE_1                     0x60
 #define        BLK_ERASE_2                     0xD0
 #define READ_STS                       0x70
-#define READ_xD_ID                     0x9A
+#define READ_XD_ID                     0x9A
 #define        COPY_BACK_512                   0x8A
 #define        COPY_BACK_2K                    0x85
 #define        READ1_1_2                       0x30
@@ -72,8 +72,8 @@
 #define        XD_128M_X16_2048                0xC1
 #define        XD_4M_X8_512_1                  0xE3
 #define        XD_4M_X8_512_2                  0xE5
-#define        xD_1G_X8_512                    0xD3
-#define        xD_2G_X8_512                    0xD5
+#define        XD_1G_X8_512                    0xD3
+#define        XD_2G_X8_512                    0xD5
 
 #define        XD_ID_CODE                      0xB5