]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tools/docs/checktransupdate.py: fix all issues reported by pylint
authorHaoyang LIU <tttturtleruss@gmail.com>
Mon, 9 Mar 2026 07:47:15 +0000 (15:47 +0800)
committerJonathan Corbet <corbet@lwn.net>
Sun, 22 Mar 2026 20:55:21 +0000 (14:55 -0600)
commit6108c809f4fd9dbb1a138ba4326d645cc3113a8d
treeecf8fc2bc8974649936ea11945b075d4f4e91e05
parentcae0e1bbde87750ea6976e4ecbaa424de859d7ba
tools/docs/checktransupdate.py: fix all issues reported by pylint

This patch fixes all issues reported by pylint, including:
1. Format issue in logging.
2. Variable name style issue.

Fixes: 63e96ce050e5 ("scripts: fix all issues reported by pylint")
Signed-off-by: Haoyang LIU <tttturtleruss@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20260309074716.10739-1-tttturtleruss@gmail.com>
tools/docs/checktransupdate.py