Skip to content

Commit d69b966

Browse files
committed
crypto: qat - Fix typo
JIRA: https://issues.redhat.com/browse/RHEL-52749 Upstream Status: merged into the linux.git commit 6684f97 Author: Deming Wang <wangdeming@inspur.com> Date: Mon May 13 02:07:42 2024 -0400 crypto: qat - Fix typo The mapings should be replaced by mappings. Signed-off-by: Deming Wang <wangdeming@inspur.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: Vladis Dronov <vdronov@redhat.com>
1 parent 4227bc1 commit d69b966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/crypto/intel/qat/qat_common/adf_dev_mgr.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ static int adf_get_vf_real_id(u32 fake)
5959
}
6060

6161
/**
62-
* adf_clean_vf_map() - Cleans VF id mapings
62+
* adf_clean_vf_map() - Cleans VF id mappings
6363
* @vf: flag indicating whether mappings is cleaned
6464
* for vfs only or for vfs and pfs
6565
*

0 commit comments

Comments
 (0)