Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <pratyushmittal@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Pratyush Mittal and committed by
Andrew Morton
f3a6101b 51f8bd6d

+1 -1
+1 -1
lib/rhashtable.c
··· 665 665 * structure outside the hash table. 666 666 * 667 667 * This function may be called from any process context, including 668 - * non-preemptable context, but cannot be called from softirq or 668 + * non-preemptible context, but cannot be called from softirq or 669 669 * hardirq context. 670 670 * 671 671 * You must call rhashtable_walk_exit after this function returns.