[PATCH 08/10] staging: rtl8188eu: cleanup a function comment

From: Michael Straube
Date: Wed Nov 21 2018 - 14:50:24 EST


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@xxxxxxxxx>
---
drivers/staging/rtl8188eu/core/rtw_led.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_led.c b/drivers/staging/rtl8188eu/core/rtw_led.c
index 481e2f1930c1..99ebaf5e4548 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;
--
2.19.1