Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jesper Dangaard Brouer and committed by
Jiri Kosina
7fa4cf92 ffca80b5

+1 -1
+1 -1
include/linux/percpu_counter.h
··· 83 83 return (fbc->counters != NULL); 84 84 } 85 85 86 - #else 86 + #else /* !CONFIG_SMP */ 87 87 88 88 struct percpu_counter { 89 89 s64 count;