Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37491cd6 authored by Janani Ravichandran's avatar Janani Ravichandran Committed by Greg Kroah-Hartman
Browse files

staging: rtl8723au: core: Remove CamelCase



Remove CamelCase on the variable FunctionContext.

Signed-off-by: default avatarJanani Ravichandran <janani.rvchndrn@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 17002df7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1617,9 +1617,9 @@ int rtw_aes_decrypt23a(struct rtw_adapter *padapter,
	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__);