commit | b3080ec5b44afee52635a9988850a8089100f323 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu May 08 04:58:49 2025 +0200 |
committer | Simon Glass <sjg@chromium.org> | Tue May 27 10:07:42 2025 +0100 |
tree | b0e5a1b4d3519494ce7afa0a7f187d34f925915c | |
parent | 9ef50d008a1543581ea1c9e4081c125f4d6d95e2 [diff] |
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>