lib/rhashtable: fix the typo for preemptible
authorPratyush Mittal <pratyushmittal@gmail.com>
Sat, 23 Nov 2024 10:29:29 +0000 (02:29 -0800)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 13 Jan 2025 04:21:06 +0000 (20:21 -0800)
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 <pratyushmittal@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/rhashtable.c

index 6c902639728b767cc3ee42c61256d2e9618e6ce7..0682c9a8de829035a557cb6b6e0c517c5ed61f65 100644 (file)
@@ -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.