summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/include/rtw_led.h
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-11-21 20:49:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-22 11:14:59 +0100
commit236b3d87e6bf58c9cc6830b71010bf5dc4723b64 (patch)
tree5a30b2202e2b7b981e7f3385c0103118c9a78701 /drivers/staging/rtl8188eu/include/rtw_led.h
parent86d0d292914bfce63aebc9d23501591e6a1d6d79 (diff)
staging: rtl8188eu: rename LedControl8188eu to avoid CamelCase
Rename the function LedControl8188eu to avoid CamelCase. LedControl8188eu -> led_control_8188eu Signed-off-by: Michael Straube <straube.linux@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/include/rtw_led.h')
-rw-r--r--drivers/staging/rtl8188eu/include/rtw_led.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/include/rtw_led.h b/drivers/staging/rtl8188eu/include/rtw_led.h
index 80f8dcce05dc..e09ba8d2141b 100644
--- a/drivers/staging/rtl8188eu/include/rtw_led.h
+++ b/drivers/staging/rtl8188eu/include/rtw_led.h
@@ -76,7 +76,7 @@ struct LED_871x {
((struct LED_871x *)_LED_871x)->CurrLedState == LED_BLINK_WPS_STOP || \
((struct LED_871x *)_LED_871x)->bLedWPSBlinkInProgress)
-void LedControl8188eu(struct adapter *padapter, enum LED_CTL_MODE LedAction);
+void led_control_8188eu(struct adapter *padapter, enum LED_CTL_MODE LedAction);
struct led_priv {
/* add for led control */