staging: rts5208: CamelCase fix
authorWayne Porter <wporter82@gmail.com>
Tue, 11 Oct 2016 21:56:57 +0000 (21:56 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 16 Oct 2016 08:27:16 +0000 (10:27 +0200)
Change label to not use camel case per checkpatch

Signed-off-by: Wayne Porter <wporter82@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rts5208/ms.c

index 2dd682300288dd1f556fcfc35e05202e56ee8439..28d56c5d144999891dc45fc0a7bb7b1196ba2589 100644 (file)
@@ -1328,7 +1328,7 @@ static int reset_ms_pro(struct rtsx_chip *chip)
 #endif
 
 #ifdef XC_POWERCLASS
-Retry:
+retry:
 #endif
        retval = ms_pro_reset_flow(chip, 1);
        if (retval != STATUS_SUCCESS) {
@@ -1379,7 +1379,7 @@ Retry:
                                                           change_power_class);
                                if (retval != STATUS_SUCCESS) {
                                        change_power_class--;
-                                       goto Retry;
+                                       goto retry;
                                }
                        }
                }