-----Original Message-----
From: Thomas Monjalon <[email protected]> 
Sent: Wednesday, November 23, 2022 12:22 PM
To: [email protected]
Cc: Juraj Linkeš <[email protected]>; Owen Hilyard 
<[email protected]>; Lijuan Tu <[email protected]>
Subject: [PATCH v2] devtools: set DTS directory to format check

The script was running on the current directory.
If not in the DTS directory, it would re-format every Python files.

A new positional argument is added to specify the directory to check.
In most cases, the (new) default value should be enough.

While updating argument handling,
the usage is printed in case of wrong argument.

The directory is also printed in headings, and a last heading is added for the 
summary part.

Signed-off-by: Thomas Monjalon <[email protected]>
Reviewed-by: Owen Hilyard <[email protected]>
Reviewed-by: Juraj Linkeš <[email protected]>
---
v2: add directory in headings and improve headings
---

Nice touch with the headings. The patch looks and works great.

Tested-by: Juraj Linkeš <[email protected]>

Reply via email to