pinctrl: nuvoton: npcm7xx: Fix alignment of table header comment
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>
Sat, 30 Jan 2021 16:29:54 +0000 (17:29 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Fri, 12 Feb 2021 12:44:36 +0000 (13:44 +0100)
Make it so that each column label is in the column that it is supposed
to refer to.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Link: https://lore.kernel.org/r/20210130162954.918803-1-j.neuschaefer@gmx.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c

index 6de31b5..2535ca7 100644 (file)
@@ -923,7 +923,7 @@ struct npcm7xx_pincfg {
 };
 
 static const struct npcm7xx_pincfg pincfg[] = {
-       /*      PIN       FUNCTION 1               FUNCTION 2             FUNCTION 3        FLAGS */
+       /*              PIN       FUNCTION 1               FUNCTION 2             FUNCTION 3        FLAGS */
        NPCM7XX_PINCFG(0,        iox1, MFSEL1, 30,        none, NONE, 0,        none, NONE, 0,       0),
        NPCM7XX_PINCFG(1,        iox1, MFSEL1, 30,        none, NONE, 0,        none, NONE, 0,       DS(8, 12)),
        NPCM7XX_PINCFG(2,        iox1, MFSEL1, 30,        none, NONE, 0,        none, NONE, 0,       DS(8, 12)),