[PATCH 16/17] i3c: renesas: Drop unnecessary tab
Frank Li
Frank.li at nxp.com
Fri May 22 12:52:25 PDT 2026
On Fri, May 22, 2026 at 01:18:14PM +0300, Claudiu Beznea wrote:
> From: Claudiu Beznea <claudiu.beznea.uj at bp.renesas.com>
>
> Remove an unnecessary tab to make the code cleaner.
>
> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj at bp.renesas.com>
> ---
Reviewed-by: Frank Li <Frank.Li at nxp.com>
> 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
>
More information about the linux-i3c
mailing list