]> git.ipfire.org Git - thirdparty/u-boot.git/commit
patman: Use itr instead of lines for iterator
authorSimon Glass <sjg@chromium.org>
Thu, 8 May 2025 02:58:49 +0000 (04:58 +0200)
committerSimon Glass <sjg@chromium.org>
Tue, 27 May 2025 09:07:42 +0000 (10:07 +0100)
commit8e737d41c00b04bd3b1c9f56b8cea8bdbaf87012
treeb0e5a1b4d3519494ce7afa0a7f187d34f925915c
parent8896247b5833b1d357774d069c557cbb4a453a48
patman: Use itr instead of lines for iterator

The variables 'lines' is used to hold a list of output lines within a
test, but also to hold an iterator through those lines. Use 'itr' for
the latter, to avoid confusion.

Signed-off-by: Simon Glass <sjg@chromium.org>
tools/patman/func_test.py