Re: [PATCH v3 3/6] iio: light: vcnl4000: move device tree entries into one line

From: Andy Shevchenko

Date: Mon Apr 13 2026 - 06:11:14 EST


On Fri, Apr 10, 2026 at 07:11:19PM +0300, Erikas Bitovtas wrote:
> Make device tree entries one line each to save space and LOC.

...

> + { .compatible = "capella,cm36672p", .data = &cm36672p_spec, },

When it's a single line the inner comma(s) is not needed

{ .compatible = "capella,cm36672p", .data = &cm36672p_spec },

--
With Best Regards,
Andy Shevchenko