mirror of
git://git.yoctoproject.org/linux-yocto.git
synced 2025-10-22 23:13:01 +02:00
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>
This commit is contained in:
parent
51f8bd6db5
commit
f3a6101b00
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user