Message ID | 20250123195039.2793-1-tanyaagarwal25699@gmail.com (mailing list archive) |
---|---|
State | Accepted |
Delegated to: | Paul Moore |
Headers | show |
Series | selinux: fix spelling error | expand |
On Jan 23, 2025 Tanya Agarwal <tanyaagarwal25699@gmail.com> wrote: > > 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@gmail.com> > Reviewed-by: Mimi Zohar <zohar@linux.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(-) Merged into selinux/dev, thanks. -- paul-moore.com
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();