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: https://git.kernel.dk/?a=commitdiff_plain;h=f3a6101b00ad6426488c80d4fc472aee8df93aaa;p=linux-2.6-block.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 6c902639728b..0682c9a8de82 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.