rtl8188eu: Fix checkpatch errors in core/rtw_led.c

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2013-07-29 15:06:54 -05:00
parent dc4ccb5db1
commit 6e2ae99fd8
2 changed files with 1415 additions and 1960 deletions

File diff suppressed because it is too large Load diff

View file

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