mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 07:03:28 -04:00
i3c: renesas: Drop unnecessary tab
Remove an unnecessary tab to make the code cleaner. Reviewed-by: Frank Li <Frank.Li@nxp.com> Signed-off-by: Claudiu Beznea <claudiu.beznea.uj@bp.renesas.com> Tested-by: Tommaso Merciai <tommaso.merciai.xr@bp.renesas.com> Link: https://patch.msgid.link/20260713130545.568657-17-claudiu.beznea+renesas@tuxon.dev Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
This commit is contained in:
committed by
Alexandre Belloni
parent
0c863015fc
commit
46fa00a6c4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user