Re: [PATCH v3 4/5] mmc: sdhci-of-aspeed: Add a helper for updating capability register.

From: Andrew Jeffery
Date: Fri May 07 2021 - 03:07:46 EST




On Fri, 7 May 2021, at 16:29, Steven Lee wrote:
> The 05/07/2021 10:13, Andrew Jeffery wrote:
> > > +/*
> > > + * The function sets the mirror register for updating
> > > + * capbilities of the current slot.
> > > + *
> > > + * slot | capability | caps_reg | mirror_reg
> > > + * -----|-------------|----------|------------
> > > + * 0 | CAP1_1_8V | SDIO140 | SDIO10
> > > + * 0 | CAP2_SDR104 | SDIO144 | SDIO14
> > > + * 1 | CAP1_1_8V | SDIO240 | SDIO20
> > > + * 1 | CAP2_SDR104 | SDIO244 | SDIO24
> >
> > It would be nice to align the columns to improve readability.
> >
>
> Columns seems are aligned in my mail client(mutt) and my editor(vim).
> I paste the above comment in Notepad++, columns are aligned as well.
>

Ah, it's probably my mail client then. Sorry for the noise!

Andrew