projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3e7c09
)
staging: rts5208: CamelCase fix
author
Wayne Porter
<wporter82@gmail.com>
Tue, 11 Oct 2016 21:56:57 +0000
(21:56 +0000)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/rts5208/ms.c
b/drivers/staging/rts5208/ms.c
index 2dd682300288dd1f556fcfc35e05202e56ee8439..28d56c5d144999891dc45fc0a7bb7b1196ba2589 100644
(file)
--- a/
drivers/staging/rts5208/ms.c
+++ b/
drivers/staging/rts5208/ms.c
@@
-1328,7
+1328,7
@@
static int reset_ms_pro(struct rtsx_chip *chip)
#endif
#ifdef XC_POWERCLASS
-
R
etry:
+
r
etry:
#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
R
etry;
+ goto
r
etry;
}
}
}