File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ int tpm_crb_ffa_init(void)
189189}
190190EXPORT_SYMBOL_GPL (tpm_crb_ffa_init );
191191
192- static int __tpm_crb_ffa_send_recieve (unsigned long func_id ,
192+ static int __tpm_crb_ffa_send_receive (unsigned long func_id ,
193193 unsigned long a0 ,
194194 unsigned long a1 ,
195195 unsigned long a2 )
@@ -262,7 +262,7 @@ static int tpm_crb_ffa_get_interface_version(u16 *major, u16 *minor)
262262
263263 guard (mutex )(& tpm_crb_ffa -> msg_data_lock );
264264
265- rc = __tpm_crb_ffa_send_recieve (CRB_FFA_GET_INTERFACE_VERSION , 0x00 , 0x00 , 0x00 );
265+ rc = __tpm_crb_ffa_send_receive (CRB_FFA_GET_INTERFACE_VERSION , 0x00 , 0x00 , 0x00 );
266266 if (!rc ) {
267267 if (ffa_partition_supports_direct_req2_recv (tpm_crb_ffa -> ffa_dev )) {
268268 * major = CRB_FFA_MAJOR_VERSION (tpm_crb_ffa -> direct_msg_data2 .data [1 ]);
@@ -299,7 +299,7 @@ int tpm_crb_ffa_start(int request_type, int locality)
299299
300300 guard (mutex )(& tpm_crb_ffa -> msg_data_lock );
301301
302- return __tpm_crb_ffa_send_recieve (CRB_FFA_START , request_type , locality , 0x00 );
302+ return __tpm_crb_ffa_send_receive (CRB_FFA_START , request_type , locality , 0x00 );
303303}
304304EXPORT_SYMBOL_GPL (tpm_crb_ffa_start );
305305
You can’t perform that action at this time.
0 commit comments