From: Tanya Agarwal Date: Thu, 23 Jan 2025 19:50:41 +0000 (+0530) Subject: selinux: fix spelling error X-Git-Tag: v6.15-rc1~188^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75eb39f2f50b8183fe7c14ca86acf6a1849d495a;p=thirdparty%2Flinux.git selinux: fix spelling error Fix spelling error in selinux module comments that were identified using the codespell tool. No functional changes - documentation only. Signed-off-by: Tanya Agarwal Reviewed-by: Mimi Zohar Signed-off-by: Paul Moore --- diff --git a/security/selinux/avc.c b/security/selinux/avc.c index 1f2680bcc43a4..4b4837a20225b 100644 --- a/security/selinux/avc.c +++ b/security/selinux/avc.c @@ -936,7 +936,7 @@ static void avc_flush(void) spin_lock_irqsave(lock, flag); /* - * With preemptable RCU, the outer spinlock does not + * With preemptible RCU, the outer spinlock does not * prevent RCU grace periods from ending. */ rcu_read_lock();