projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51f8bd6
)
lib/rhashtable: fix the typo for preemptible
author
Pratyush Mittal
<pratyushmittal@gmail.com>
Sat, 23 Nov 2024 10:29:29 +0000
(
02:29
-0800)
committer
Andrew 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
patch
|
blob
|
blame
|
history
diff --git
a/lib/rhashtable.c
b/lib/rhashtable.c
index 6c902639728b767cc3ee42c61256d2e9618e6ce7..0682c9a8de829035a557cb6b6e0c517c5ed61f65 100644
(file)
--- 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-preempt
a
ble context, but cannot be called from softirq or
+ * non-preempt
i
ble context, but cannot be called from softirq or
* hardirq context.
*
* You must call rhashtable_walk_exit after this function returns.