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 <straube.linux@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Michael Straube 2018-11-21 20:49:35 +01:00 коммит произвёл Greg Kroah-Hartman
Родитель 87631cf279
Коммит 86d0d29291
1 изменённых файлов: 0 добавлений и 4 удалений

Просмотреть файл

@ -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;