1
0
Fork 0

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: Jesper Dangaard Brouer <brouer@redhat.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
hifive-unleashed-5.1
Jesper Dangaard Brouer 2013-02-04 23:14:12 +01:00 committed by Jiri Kosina
parent ffca80b556
commit 7fa4cf920c
1 changed files with 1 additions and 1 deletions

View File

@ -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;