From: Pratyush Mittal Date: Sat, 23 Nov 2024 10:29:29 +0000 (-0800) Subject: lib/rhashtable: fix the typo for preemptible X-Git-Tag: v6.14-rc1~78^2~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3a6101b00ad6426488c80d4fc472aee8df93aaa;p=thirdparty%2Flinux.git lib/rhashtable: fix the typo for preemptible Fix the spelling of the mis-spelled word Link: https://lkml.kernel.org/r/20241123102929.11660-1-pratyushmittal@gmail.com Signed-off-by: Pratyush Mittal Signed-off-by: Andrew Morton --- diff --git a/lib/rhashtable.c b/lib/rhashtable.c index 6c902639728b7..0682c9a8de829 100644 --- a/lib/rhashtable.c +++ b/lib/rhashtable.c @@ -665,7 +665,7 @@ EXPORT_SYMBOL_GPL(rhashtable_insert_slow); * structure outside the hash table. * * This function may be called from any process context, including - * non-preemptable context, but cannot be called from softirq or + * non-preemptible context, but cannot be called from softirq or * hardirq context. * * You must call rhashtable_walk_exit after this function returns.