Commit f3a6101b authored by Pratyush Mittal's avatar Pratyush Mittal Committed by Andrew Morton
Browse files

lib/rhashtable: fix the typo for preemptible

parent 51f8bd6d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.