diff options
author | Tom Rini <trini@konsulko.com> | 2022-01-25 08:01:43 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-25 08:01:43 -0500 |
commit | 6146cd62aedc4849fec66f10ab0aa57f1dc64b8e (patch) | |
tree | 7b4ea9a0c4251507b988a0f4d1584c3cb8952394 /tools/dtoc/dtb_platdata.py | |
parent | 21a1439d986a889cefbc2ed785c3f592fc9266de (diff) | |
parent | 54c5c2b8fee2f64d135349bc9764d068b647e4e0 (diff) |
Merge branch '2022-01-24-assorted-updates'
- A number of cleanups to Python code based on running pylint
- Integrate changes so that we can run "make pylint" and compare the
results to a current baseline. Keep this as a manual check for now.
- Improve functionality of moveconfig.py
- pci: iproc: Set all 24 bits of PCI class code
Diffstat (limited to 'tools/dtoc/dtb_platdata.py')
-rw-r--r-- | tools/dtoc/dtb_platdata.py | 2 |
1 files changed, 1 insertions, 1 deletions
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', |