Skip to content

Commit 11da9f0

Browse files
Yang Lianakryiko
authored andcommitted
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
1 parent 215cb7d commit 11da9f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/testing/selftests/bpf/test_flow_dissector.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ static int do_rx(int fd)
503503
if (rbuf != cfg_payload_char)
504504
error(1, 0, "recv: payload mismatch");
505505
num++;
506-
};
506+
}
507507

508508
return num;
509509
}

0 commit comments

Comments
 (0)