Commit 9ca73f26 authored by SeongJae Park's avatar SeongJae Park Committed by Vlastimil Babka
Browse files

mm/slab: add a missing semicolon on SLAB_TYPESAFE_BY_RCU example code



An example code snippet for SLAB_TYPESAFE_BY_RCU is missing a semicolon.
Add it.

Signed-off-by: default avatarSeongJae Park <sj@kernel.org>
Reviewed-by: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarVlastimil Babka <vbabka@suse.cz>
parent b9dad156
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -53,7 +53,7 @@
 * stays valid, the trick to using this is relying on an independent
 * object validation pass. Something like:
 *
 *  rcu_read_lock()
 *  rcu_read_lock();
 * again:
 *  obj = lockless_lookup(key);
 *  if (obj) {