summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
diff options
context:
space:
mode:
authorMichael Straube <straube.linux@gmail.com>2018-11-21 20:49:35 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2018-11-22 11:14:59 +0100
commit86d0d292914bfce63aebc9d23501591e6a1d6d79 (patch)
treeac7d789ae70b9fbaf4c7cd79da84f381879b9897 /drivers/staging/rtl8188eu
parent87631cf279e5f57963bd723059e0d426805edf98 (diff)
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>
Diffstat (limited to 'drivers/staging/rtl8188eu')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_led.c4
1 files changed, 0 insertions, 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;