mirror of
https://github.com/torvalds/linux.git
synced 2024-12-02 09:01:34 +00:00
bpf/benchs/bench_ringbufs: Remove unneeded semicolon
Eliminate the following coccicheck warning: ./tools/testing/selftests/bpf/benchs/bench_ringbufs.c:322:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/1612684360-115910-1-git-send-email-yang.lee@linux.alibaba.com
This commit is contained in:
parent
23a2d70c7a
commit
215cb7d382
@ -319,7 +319,7 @@ static void ringbuf_custom_process_ring(struct ringbuf_custom *r)
|
||||
smp_store_release(r->consumer_pos, cons_pos);
|
||||
else
|
||||
break;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
static void *ringbuf_custom_consumer(void *input)
|
||||
|
Loading…
Reference in New Issue
Block a user