staging: rtl8723au: core: Remove CamelCase
Remove CamelCase on the variable FunctionContext. Signed-off-by: Janani Ravichandran <janani.rvchndrn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
17002df772
commit
37491cd6fc
|
@ -1617,9 +1617,9 @@ exit:
|
|||
return res;
|
||||
}
|
||||
|
||||
void rtw_use_tkipkey_handler23a(void *FunctionContext)
|
||||
void rtw_use_tkipkey_handler23a(void *function_context)
|
||||
{
|
||||
struct rtw_adapter *padapter = FunctionContext;
|
||||
struct rtw_adapter *padapter = function_context;
|
||||
|
||||
RT_TRACE(_module_rtl871x_security_c_, _drv_err_,
|
||||
"^^^%s ^^^\n", __func__);
|
||||
|
|
Loading…
Reference in New Issue