Commit 7fa4cf92 authored by Jesper Dangaard Brouer's avatar Jesper Dangaard Brouer Committed by Jiri Kosina

percpu_counter.h: comment code for better readability

Help people reading the percpu_counter code, to notice the ifdef
else statement that seperates CONFIG_SMP.
Signed-off-by: default avatarJesper Dangaard Brouer <brouer@redhat.com>
Acked-by: default avatarTejun Heo <tj@kernel.org>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent ffca80b5
......@@ -83,7 +83,7 @@ static inline int percpu_counter_initialized(struct percpu_counter *fbc)
return (fbc->counters != NULL);
}
#else
#else /* !CONFIG_SMP */
struct percpu_counter {
s64 count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment