]> git.baikalelectronics.ru Git - uboot.git/commitdiff
serial: sh: Make indent consistent
authorMarek Vasut <marek.vasut+renesas@mailbox.org>
Tue, 28 Feb 2023 21:19:30 +0000 (22:19 +0100)
committerMarek Vasut <marek.vasut+renesas@mailbox.org>
Sat, 18 Mar 2023 11:04:02 +0000 (12:04 +0100)
Make the indent of these macro elements consistent with the
rest of this table. No functional change.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
drivers/serial/serial_sh.h

index 660aaab66388200ebc50ea777c6018a5d30a7a82..eb8523dde557c85e747d71a43f3745b9f703616c 100644 (file)
@@ -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