bpf: Remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Mon, 25 Jul 2022 22:27:33 +0000 (06:27 +0800)
committerAndrii Nakryiko <andrii@kernel.org>
Fri, 29 Jul 2022 22:34:11 +0000 (15:34 -0700)
commit14250fa4839b3a48c979e7faaf4cbcce619d02bd
treead897d846f673074a2b4b2e658a032014308ac5b
parent395fc4fa33e98944384d0d6c8b3ecd9fb4b50d00
bpf: Remove unneeded semicolon

Eliminate the following coccicheck warning:
/kernel/bpf/trampoline.c:101: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/20220725222733.55613-1-yang.lee@linux.alibaba.com
kernel/bpf/trampoline.c