summaryrefslogtreecommitdiff
path: root/tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
diff options
context:
space:
mode:
authorMatthieu Baerts (NGI0) <matttbe@kernel.org>2026-02-03 19:41:29 +0100
committerJakub Kicinski <kuba@kernel.org>2026-02-04 18:45:34 -0800
commit79d5069cfbec40bf79bd4bd15060aa200448e1ae (patch)
tree544e0d85ebc89577b90f79c3fe029e5998b1f171 /tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git
parent91453a62e5ecb81614187e19dcb4bd2955d07e5e (diff)
selftests: mptcp: join: avoid declaring i if not used
A few loops were declaring 'i', but this variable was not used. To avoid confusions, use '_' instead: it is more explicit to mark that this variable is not needed. Reviewed-by: Geliang Tang <geliang@kernel.org> Signed-off-by: Matthieu Baerts (NGI0) <matttbe@kernel.org> Link: https://patch.msgid.link/20260203-net-next-mptcp-misc-feat-6-20-v1-13-31ec8bfc56d1@kernel.org Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/perf/lib/Documentation/tutorial/git@git.tavy.me:linux.git')
0 files changed, 0 insertions, 0 deletions