mirror of
https://github.com/lwfinger/rtl8188eu.git
synced 2024-11-22 04:23:39 +00:00
rtl8188eu: Fix checkpatch errors in core/rtw_led.c
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
parent
dc4ccb5db1
commit
6e2ae99fd8
2 changed files with 1415 additions and 1960 deletions
3366
core/rtw_led.c
3366
core/rtw_led.c
File diff suppressed because it is too large
Load diff
|
@ -185,12 +185,11 @@ InitLed871x(
|
||||||
enum LED_PIN_871x LedPin
|
enum LED_PIN_871x LedPin
|
||||||
);
|
);
|
||||||
|
|
||||||
void
|
void DeInitLed871x(struct LED_871x *pLed);
|
||||||
DeInitLed871x(
|
|
||||||
struct LED_871x * pLed
|
|
||||||
);
|
|
||||||
|
|
||||||
//hal...
|
//hal...
|
||||||
extern void BlinkHandler(struct LED_871x * pLed);
|
void BlinkHandler(struct LED_871x * pLed);
|
||||||
|
void SwLedOn(struct adapter *padapter, struct LED_871x * pLed);
|
||||||
|
void SwLedOff(struct adapter *padapter, struct LED_871x *pLed);
|
||||||
|
|
||||||
#endif //__RTW_LED_H_
|
#endif //__RTW_LED_H_
|
||||||
|
|
Loading…
Reference in a new issue