summaryrefslogtreecommitdiff
path: root/tools/perf/util/block-range.c
diff options
context:
space:
mode:
authortcharding <me@tobin.cc>2017-02-09 17:56:06 +1100
committerDavid S. Miller <davem@davemloft.net>2017-02-10 13:37:48 -0500
commiteb13da1a103a808c05267816fa4d30d603bfda5e (patch)
tree8fcc461504d2ee80ba870f0e457a84e88e89a524 /tools/perf/util/block-range.c
parent643aa9cba0b688ffde28ac39aebec6f56fc2a8af (diff)
net: Fix checkpatch block comments warnings
Fix multiple occurrences of checkpatch warning. WARNING: Block comments use * on subsequent lines. Also make comment blocks more uniform. Signed-off-by: Tobin C. Harding <me@tobin.cc> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'tools/perf/util/block-range.c')
0 files changed, 0 insertions, 0 deletions
t the time of the race are count of PERCPU_COUNT_BIAS + 0 and __PERCPU_REF_DEAD and __PERCPU_REF_ATOMIC set. The fix is to make the tryget routines use an actual boolean internally instead of the atomic long result truncated to a int. Fixes: e625305b3907 percpu-refcount: make percpu_ref based on longs instead of ints Link: https://bugzilla.kernel.org/show_bug.cgi?id=190751 Signed-off-by: Douglas Miller <dougmill@linux.vnet.ibm.com> Reviewed-by: Jens Axboe <axboe@fb.com> Signed-off-by: Tejun Heo <tj@kernel.org> Fixes: e625305b3907 ("percpu-refcount: make percpu_ref based on longs instead of ints") Cc: stable@vger.kernel.org # v3.18+
Diffstat (limited to 'include/net/tc_act/tc_skbedit.h')