Re: [PATCH v2 0/7] of/fdt: Some bug fixes and cleanups
From: Yuntao Wang
Date: Sat Nov 15 2025 - 09:07:38 EST
On Fri, 14 Nov 2025 09:04:30 +0100, Krzysztof Kozlowski <krzk@xxxxxxxxxx> wrote:
> On Thu, Nov 13, 2025 at 11:50:57PM +0800, Yuntao Wang wrote:
> > This patch series fixes several bugs related to dt_root_addr_cells and
> > dt_root_size_cells, and performs some cleanup.
> >
> > Changelog:
> >
> > v1: Consolidate duplicate code into helper functions
>
> Your patchset has multiple checkpatch warnings and errors. In multiple
> patches.
>
> Please run scripts/checkpatch.pl on the patches and fix reported
> warnings. After that, run also 'scripts/checkpatch.pl --strict' on the
> patches and (probably) fix more warnings. Some warnings can be ignored,
> especially from --strict run, but the code here looks like it needs a
> fix. Feel free to get in touch if the warning is not clear.
>
> Please run standard kernel tools for static analysis, like coccinelle,
> smatch and sparse, and fix reported warnings. Also please check for
> warnings when building with W=1 for gcc and clang. Most of these
> commands (checks or W=1 build) can build specific targets, like some
> directory, to narrow the scope to only your code. The code here looks
> like it needs a fix. Feel free to get in touch if the warning is not
> clear.
>
> Best regards,
> Krzysztof
Hi Krzysztof,
Many thanks for pointing out these issues, they have been fixed in the new patch series:
https://lore.kernel.org/linux-devicetree/20251115134753.179931-1-yuntao.wang@xxxxxxxxx/
Thanks,
Yuntao