]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
dtoc: Fix up a code comment that confuses pylint
authorSimon Glass <sjg@chromium.org>
Mon, 22 Nov 2021 03:48:37 +0000 (20:48 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 24 Jan 2022 21:03:27 +0000 (16:03 -0500)
This produces a pylint error at present. Fix it.

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

index 3bb5c680f2e1703a6da40cf6a01b819be3444968..a69a7889ce170030e0b3dd7d621bbc2ff1a63def 100644 (file)
@@ -72,7 +72,7 @@ class Ftype(IntEnum):
 
 
 # This holds information about each type of output file dtoc can create
-# type: Type of file (Ftype)
+# ftype: Type of file (Ftype)
 # fname: Filename excluding directory, e.g. 'dt-plat.c'
 # hdr_comment: Comment explaining the purpose of the file
 OutputFile = collections.namedtuple('OutputFile',