From: Marek Vasut Date: Tue, 28 Feb 2023 21:19:30 +0000 (+0100) Subject: serial: sh: Make indent consistent X-Git-Tag: baikal/mips/sdk6.2~4^2~3^2~175^2~27^2 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=5dd15927f0867792216e9b13383e20a25553a844;p=uboot.git serial: sh: Make indent consistent Make the indent of these macro elements consistent with the rest of this table. No functional change. Signed-off-by: Marek Vasut --- diff --git a/drivers/serial/serial_sh.h b/drivers/serial/serial_sh.h index 660aaab663..eb8523dde5 100644 --- a/drivers/serial/serial_sh.h +++ b/drivers/serial/serial_sh.h @@ -406,13 +406,13 @@ SCIF_FNS(SCSPTR, 0, 0, 0x24, 16) SCIF_FNS(SCLSR, 0, 0, 0x28, 16) #else -SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16) +SCIF_FNS(SCFDR, 0x0e, 16, 0x1C, 16) #if defined(CONFIG_CPU_SH7722) -SCIF_FNS(SCSPTR, 0, 0, 0, 0) +SCIF_FNS(SCSPTR, 0, 0, 0, 0) #else -SCIF_FNS(SCSPTR, 0, 0, 0x20, 16) +SCIF_FNS(SCSPTR, 0, 0, 0x20, 16) #endif -SCIF_FNS(SCLSR, 0, 0, 0x24, 16) +SCIF_FNS(SCLSR, 0, 0, 0x24, 16) #endif SCIF_FNS(DL, 0, 0, 0x0, 0) /* dummy */ #endif