From: Simon Glass Date: Mon, 22 Nov 2021 03:48:37 +0000 (-0700) Subject: dtoc: Fix up a code comment that confuses pylint X-Git-Tag: v2022.04-rc1~12^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c7cdd0302d4b57ee83806d0f6b7add7be3cc461;p=pandora-u-boot.git dtoc: Fix up a code comment that confuses pylint This produces a pylint error at present. Fix it. Signed-off-by: Simon Glass --- diff --git a/tools/dtoc/dtb_platdata.py b/tools/dtoc/dtb_platdata.py index 3bb5c680f2e..a69a7889ce1 100644 --- a/tools/dtoc/dtb_platdata.py +++ b/tools/dtoc/dtb_platdata.py @@ -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',