rtl8188eu: Fix typo

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
This commit is contained in:
Larry Finger 2019-04-24 22:59:30 -05:00
parent 5b7d51d871
commit d264b9aa21

View file

@ -120,7 +120,7 @@ void _dynamic_check_timer_handler(struct timer_list *t)
#ifdef CONFIG_SET_SCAN_DENY_TIMER #ifdef CONFIG_SET_SCAN_DENY_TIMER
#if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0) #if LINUX_VERSION_CODE < KERNEL_VERSION(4, 15, 0)
istatic void _rtw_set_scan_deny_timer_hdl(void *FunctionContext) static void _rtw_set_scan_deny_timer_hdl(void *FunctionContext)
#else #else
static void _rtw_set_scan_deny_timer_hdl(struct timer_list *t) static void _rtw_set_scan_deny_timer_hdl(struct timer_list *t)
#endif #endif