mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-02 08:34:20 +08:00
selftests/bpf: Remove unneeded semicolon
Eliminate the following coccicheck warning: ./tools/testing/selftests/bpf/test_flow_dissector.c:506: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/1612780213-84583-1-git-send-email-yang.lee@linux.alibaba.com
This commit is contained in:
parent
215cb7d382
commit
11da9f0c6d
@ -503,7 +503,7 @@ static int do_rx(int fd)
|
||||
if (rbuf != cfg_payload_char)
|
||||
error(1, 0, "recv: payload mismatch");
|
||||
num++;
|
||||
};
|
||||
}
|
||||
|
||||
return num;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user