Skip to content
Snippets Groups Projects
Commit 784f84d5 authored by Brian Ruley's avatar Brian Ruley Committed by Fabio Estevam
Browse files

binman: cosmetic: refactor `nxp_imx8mcst' etype code


Simplify code and conform to the style guide used in the project by
making the following changes:
* Capitalize global constants
* Use single quotes for multiline strings (except docstrings)
* Fix line width to 79 cols
* Use f-string instead of formatting a regular string or using a
  complicated concatenation
* Move common suffix used in keys to a global variable "KEY_NAME"
  to reduce the likelihood of typos and making future changes
  easier

Signed-off-by: default avatarBrian Ruley <brian.ruley@gehealthcare.com>
Cc: Marek Vasut <marex@denx.de>
parent e612d5c2
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment