list: test: fix tests for list_cut_position()
authorI Hsin Cheng <richard120310@gmail.com>
Tue, 10 Sep 2024 04:35:31 +0000 (12:35 +0800)
committerAndrew Morton <akpm@linux-foundation.org>
Tue, 17 Sep 2024 08:11:20 +0000 (01:11 -0700)
commite620799c414a035dea1208bcb51c869744931dbb
tree3d3b736f0ce61f080c13c977afdd3e02c37e3b11
parent13309764720624caf2c5afba99b198f3f9fcd9f0
list: test: fix tests for list_cut_position()

Fix test for list_cut_position*() for the missing check of integer "i"
after the second loop.  The variable should be checked for second time to
make sure both lists after the cut operation are formed as expected.

Link: https://lkml.kernel.org/r/20240910043531.71343-1-richard120310@gmail.com
Signed-off-by: I Hsin Cheng <richard120310@gmail.com>
Cc: David Gow <davidgow@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
lib/list-test.c