lint: convert checkpatch_json.py to python 3
commit57ead8935674f1c487f9a5b347231b37d6650805
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Fri, 12 Jun 2020 21:38:29 +0000 (12 14:38 -0700)
committerPatrick Georgi <pgeorgi@google.com>
Thu, 18 Jun 2020 08:30:47 +0000 (18 08:30 +0000)
tree0d7900a11e4219e004ea70d62eae60f6fabfc371
parent447472ec540babec8650938d2f21959885b9e53c
lint: convert checkpatch_json.py to python 3

Align all coreboot scripts on one python version.

Tested by running the original suggested test:
 $ nice -n 20 git diff HEAD~ | util/lint/checkpatch.pl \
     --no-signoff -q - | tee checkpatch.txt
 $ util/lint/checkpatch_json.py checkpatch.txt \
     comment.json checkpatch.txt

Change-Id: Iec2bb0be23b27a3eaf92f293c962a8e6bfb03af0
Signed-off-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42318
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Singer <felixsinger@posteo.net>
util/lint/checkpatch_json.py