From: Michael Straube Date: Wed, 21 Nov 2018 19:49:35 +0000 (+0100) Subject: staging: rtl8188eu: cleanup a function comment X-Git-Tag: v5.0-rc1~97^2~241 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86d0d292914bfce63aebc9d23501591e6a1d6d79;p=thirdparty%2Fkernel%2Flinux.git staging: rtl8188eu: cleanup a function comment The comment for blink_handler() adds no extra information in addition to the function name, so remove it. Signed-off-by: Michael Straube Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/rtl8188eu/core/rtw_led.c b/drivers/staging/rtl8188eu/core/rtw_led.c index 481e2f1930c1c..99ebaf5e45484 100644 --- a/drivers/staging/rtl8188eu/core/rtw_led.c +++ b/drivers/staging/rtl8188eu/core/rtw_led.c @@ -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;