patman: Don't try to process checkpatch lines twice
authorSimon Glass <sjg@chromium.org>
Wed, 6 May 2020 22:29:06 +0000 (16:29 -0600)
committerSimon Glass <sjg@chromium.org>
Fri, 12 Jun 2020 02:52:10 +0000 (20:52 -0600)
commit7175b085e1213c99fbc237483b33cd52ff00f891
tree39442023f2a4bf771754905b48628f462220b762
parent7d5b5e8965b3f0bdf91665cf654b9eaeb9b30e52
patman: Don't try to process checkpatch lines twice

Once we have determined what the line refers to there is no point in
processing it further. Update the logic to continue to the next line in
these cases.

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