patman: Don't ignore lines starting with hash
authorSimon Glass <sjg@chromium.org>
Fri, 30 Oct 2020 03:46:31 +0000 (21:46 -0600)
committerSimon Glass <sjg@chromium.org>
Thu, 5 Nov 2020 16:11:31 +0000 (09:11 -0700)
commitb5e188131f048ad57420545c7e867e80d60b835b
treea20395598d2cdd075453ebf710869d90225227ea
parent9994baadc0317e1a6a252b2b873f47f9c3390b57
patman: Don't ignore lines starting with hash

These lines can indicate a continuation of an error and should not be
ignored. Fix this.

Fixes: 666eb15e923 ("patman: Handle checkpatch output with notes and code")

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