Message ID | 20240513060742.2134-1-wangdeming@inspur.com |
---|---|
State | Accepted |
Commit | 6684f97981c528965d7458dd4f89cfbc8fa980b2 |
Headers | show |
Series | crypto: qat - Fix typo | expand |
On Mon, May 13, 2024 at 02:07:42AM -0400, Deming Wang wrote: > The mapings should be replaced by mappings. > > Signed-off-by: Deming Wang <wangdeming@inspur.com> > --- > drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) Patch applied. Thanks.
diff --git a/drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c b/drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c index f07b748795f7..96ddd1c419c4 100644 --- a/drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c +++ b/drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c @@ -59,7 +59,7 @@ static int adf_get_vf_real_id(u32 fake) } /** - * adf_clean_vf_map() - Cleans VF id mapings + * adf_clean_vf_map() - Cleans VF id mappings * @vf: flag indicating whether mappings is cleaned * for vfs only or for vfs and pfs *
The mapings should be replaced by mappings. Signed-off-by: Deming Wang <wangdeming@inspur.com> --- drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)