Re: [PATCH v7 2/2] staging: axis-fifo: refactor device tree parsing

From: Dan Carpenter

Date: Fri Feb 06 2026 - 08:48:13 EST


On Fri, Feb 06, 2026 at 10:11:48AM -0300, Gustavo Piaz da Silva wrote:
> - ret = of_property_read_u32(node, "xlnx,axi-str-rxd-tdata-width",
> - &value);
> + ret = of_property_read_u32(node, "xlnx,axi-str-rxd-tdata-width", &value);

You moved &value to the previous line which is the right thing. But,
please, don't make these unrelated white space changes in the same patch.
You can do it in a separate patch but they make the diff harder to
review.

regards,
dan carpenter