summaryrefslogtreecommitdiff
path: root/security/integrity/evm/evm_main.c
diff options
context:
space:
mode:
authorTanya Agarwal <tanyaagarwal25699@gmail.com>2025-01-24 01:07:44 +0530
committerMimi Zohar <zohar@linux.ibm.com>2025-02-04 21:36:43 -0500
commitceb5faef848b2fbb5d1e99617093cc9d4deb2b30 (patch)
treef7ccd0c38ebc5918bb0fc96a81b20c2b90536299 /security/integrity/evm/evm_main.c
parent2014c95afecee3e76ca4a56956a936e23283f05b (diff)
downloadlinux-ceb5faef848b2fbb5d1e99617093cc9d4deb2b30.tar.gz
linux-ceb5faef848b2fbb5d1e99617093cc9d4deb2b30.tar.bz2
linux-ceb5faef848b2fbb5d1e99617093cc9d4deb2b30.zip
integrity: fix typos and spelling errors
Fix typos and spelling errors in integrity module comments that were identified using the codespell tool. No functional changes - documentation only. Signed-off-by: Tanya Agarwal <tanyaagarwal25699@gmail.com> Reviewed-by: Mimi Zohar <zohar@linux.ibm.com> Signed-off-by: Mimi Zohar <zohar@linux.ibm.com>
Diffstat (limited to 'security/integrity/evm/evm_main.c')
-rw-r--r--security/integrity/evm/evm_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/integrity/evm/evm_main.c b/security/integrity/evm/evm_main.c
index 377e57e9084f..0add782e73ba 100644
--- a/security/integrity/evm/evm_main.c
+++ b/security/integrity/evm/evm_main.c
@@ -169,7 +169,7 @@ static int is_unsupported_hmac_fs(struct dentry *dentry)
* and compare it against the stored security.evm xattr.
*
* For performance:
- * - use the previoulsy retrieved xattr value and length to calculate the
+ * - use the previously retrieved xattr value and length to calculate the
* HMAC.)
* - cache the verification result in the iint, when available.
*