OSDN Git Service

staging: rtl8188eu: cleanup a function comment
authorMichael Straube <straube.linux@gmail.com>
Wed, 21 Nov 2018 19:49:35 +0000 (20:49 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 22 Nov 2018 10:14:59 +0000 (11:14 +0100)
The comment for blink_handler() adds no extra information
in addition to the function name, so remove it.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8188eu/core/rtw_led.c

index 481e2f1..99ebaf5 100644 (file)
@@ -455,10 +455,6 @@ static void SwLedControlMode1(struct adapter *padapter, enum LED_CTL_MODE LedAct
                 ("Led %d\n", pLed->CurrLedState));
 }
 
-/*  */
-/*     Description: */
-/*             Handler function of LED Blinking. */
-/*  */
 void blink_handler(struct LED_871x *pLed)
 {
        struct adapter *padapter = pLed->padapter;