Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-10-08 Thread Simon Glass
Hi Brian, On Mon, 7 Oct 2024 at 06:33, Brian Ruley wrote: > > On Wed, Oct 02, 2024 at 04:55:30PM -0600, Simon Glass wrote: > > > > Hi Brian, > > > > On Wed, 2 Oct 2024 at 00:41, Brian Ruley > > wrote: > > > > > > On Mon, Sep 30, 2024 at 12:52:24PM -0600, Simon Glass wrote: > > > > > > > > WARNI

Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-10-07 Thread Brian Ruley
On Wed, Oct 02, 2024 at 04:55:30PM -0600, Simon Glass wrote: > > Hi Brian, > > On Wed, 2 Oct 2024 at 00:41, Brian Ruley wrote: > > > > On Mon, Sep 30, 2024 at 12:52:24PM -0600, Simon Glass wrote: > > > > > > WARNING: This email originated from outside of GE HealthCare. Please > > > validate the

Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-10-02 Thread Simon Glass
Hi Brian, On Wed, 2 Oct 2024 at 00:41, Brian Ruley wrote: > > On Mon, Sep 30, 2024 at 12:52:24PM -0600, Simon Glass wrote: > > > > WARNING: This email originated from outside of GE HealthCare. Please > > validate the sender's email address before clicking on links or attachments > > as they may

Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-10-02 Thread Brian Ruley
On Mon, Sep 30, 2024 at 12:52:24PM -0600, Simon Glass wrote: > > WARNING: This email originated from outside of GE HealthCare. Please validate > the sender's email address before clicking on links or attachments as they > may not be safe. > > Hi Brian, > > On Mon, 30 Sept 2024 at 10:10, Brian

Re: [PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-09-30 Thread Simon Glass
Hi Brian, On Mon, 30 Sept 2024 at 10:10, Brian Ruley wrote: > > Conform to the style guide used in the project by making the following > changes: > * Use single quotes for multiline strings (except docstrings) > * Fix line width to 79 cols > * Use f-string instead of formatting a regular string >

[PATCH v3 1/2] binman: cosmetic: code formatting fixes

2024-09-30 Thread Brian Ruley
Conform to the style guide used in the project by making the following changes: * Use single quotes for multiline strings (except docstrings) * Fix line width to 79 cols * Use f-string instead of formatting a regular string Signed-off-by: Brian Ruley --- tools/binman/etype/nxp_imx8mcst.py | 28 +