RE: [PATCH v24 02/15] mmc: renesas_sdhi: Clean up whitespace and add OF table sentinels
From: Biju Das
Date: Fri Sep 04 2026 - 02:52:35 EST
Hi Wolfram,
Thanks for the feedback.
> -----Original Message-----
> From: Wolfram Sang <wsa+renesas@xxxxxxxxxxxxxxxxxxxx>
> Sent: 02 September 2026 11:47
> Subject: Re: [PATCH v24 02/15] mmc: renesas_sdhi: Clean up whitespace and add OF table sentinels
>
>
> > static const struct renesas_sdhi_of_data of_default_cfg = {
> > - .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT,
> > + .tmio_flags = TMIO_MMC_HAS_IDLE_WAIT,
> > };
>
> This one gets worse, or?
I tried to align with the style (uniform tabs) used in this file for
of_rz_compatible and of_rcar_gen1_compatible.
Please let me know should we use single space separator or
uniform tab for of_default_cfg, of_rz_compatible and
of_rcar_gen1_compatible for uniformity among initializers??
Cheers,
Biju