[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250123195039.2793-1-tanyaagarwal25699@gmail.com>
Date: Fri, 24 Jan 2025 01:20:41 +0530
From: Tanya Agarwal <tanyaagarwal25699@...il.com>
To: zohar@...ux.ibm.com,
paul@...l-moore.com,
stephen.smalley.work@...il.com,
omosnace@...hat.com
Cc: selinux@...r.kernel.org,
linux-kernel@...r.kernel.org,
skhan@...uxfoundation.org,
anupnewsmail@...il.com,
Tanya Agarwal <tanyaagarwal25699@...il.com>
Subject: [PATCH] selinux: fix spelling error
From: Tanya Agarwal <tanyaagarwal25699@...il.com>
Fix spelling error in selinux module comments that were identified
using the codespell tool.
No functional changes - documentation only.
Signed-off-by: Tanya Agarwal <tanyaagarwal25699@...il.com>
Reviewed-by: Mimi Zohar <zohar@...ux.ibm.com>
---
Original discussion:
https://lore.kernel.org/all/20250112072925.1774-1-tanyaagarwal25699@gmail.com
This patch set is split into individual patches for each LSM
to facilitate easier review by respective maintainers.
security/selinux/avc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/security/selinux/avc.c b/security/selinux/avc.c
index 1f2680bcc43a..4b4837a20225 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();
--
2.39.5
Powered by blists - more mailing lists