Re: [PATCH] scripts/dtc: Fix errors in yamltree.c

From: Rob Herring
Date: Tue Jul 18 2023 - 09:43:07 EST


On Mon, Jul 17, 2023 at 7:38 PM <shijie001@xxxxxxxxxx> wrote:
>
> The following checkpatch errors are removed:
> ERROR: "(foo*)" should be "(foo *)"
>
> Signed-off-by: Jie Shi <shijie001@xxxxxxxxxx>
> ---
> scripts/dtc/yamltree.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)

This is a copy of upstream dtc imported as-is into the kernel. If you
want to make changes, you have to do them on the upstream dtc.

The YAML support is likely going to be removed, so I wouldn't bother
with style fixes.

Rob