Re: [PATCH 16/17] i3c: renesas: Drop unnecessary tab
Frank Li <[email protected]>
| Newsgroups | org.infradead.lists.linux-i3c,org.kernel.vger.linux-kernel,org.kernel.vger.linux-renesas-soc |
|---|---|
| Message-ID | <ahCz-TeibvzeKUzv@lizhi-Precision-Tower-5810> |
On Fri, May 22, 2026 at 01:18:14PM +0300, Claudiu Beznea wrote: > From: Claudiu Beznea <[email protected]> > > Remove an unnecessary tab to make the code cleaner. > > Signed-off-by: Claudiu Beznea <[email protected]> > --- Reviewed-by: Frank Li <[email protected]> > drivers/i3c/master/renesas-i3c.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/i3c/master/renesas-i3c.c b/drivers/i3c/master/renesas-i3c.c > index e6e05ac03082..a070db4d2440 100644 > --- a/drivers/i3c/master/renesas-i3c.c > +++ b/drivers/i3c/master/renesas-i3c.c > @@ -109,7 +109,7 @@ > #define NCMDQP_DATA_LENGTH(x) FIELD_PREP(GENMASK(31, 16), x) > > #define NRSPQP 0x154 /* Normal Respone Queue */ > -#define NRSPQP_NO_ERROR 0 > +#define NRSPQP_NO_ERROR 0 > #define NRSPQP_ERROR_CRC 1 > #define NRSPQP_ERROR_PARITY 2 > #define NRSPQP_ERROR_FRAME 3 > -- > 2.43.0 > -- linux-i3c mailing list [email protected] http://lists.infradead.org/mailman/listinfo/linux-i3c