Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

pinctrl: nuvoton: npcm7xx: Fix alignment of table header comment

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>

authored by

Jonathan Neuschäfer and committed by
Linus Walleij
5637f556 b4435b42

+1 -1
+1 -1
drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c
··· 923 923 }; 924 924 925 925 static const struct npcm7xx_pincfg pincfg[] = { 926 - /* PIN FUNCTION 1 FUNCTION 2 FUNCTION 3 FLAGS */ 926 + /* PIN FUNCTION 1 FUNCTION 2 FUNCTION 3 FLAGS */ 927 927 NPCM7XX_PINCFG(0, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, 0), 928 928 NPCM7XX_PINCFG(1, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DS(8, 12)), 929 929 NPCM7XX_PINCFG(2, iox1, MFSEL1, 30, none, NONE, 0, none, NONE, 0, DS(8, 12)),