diff mbox series

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

Message ID 20210130162954.918803-1-j.neuschaefer@gmx.net
State Accepted
Commit 5637f556a2b01b80355c4052bde128915c8b7e78
Headers show
Series pinctrl: nuvoton: npcm7xx: Fix alignment of table header comment | expand

Commit Message

Jonathan Neuschäfer Jan. 30, 2021, 4:29 p.m. UTC
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>
---
 drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.29.2

Comments

Linus Walleij Feb. 12, 2021, 8:23 a.m. UTC | #1
On Sat, Jan 30, 2021 at 5:30 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:

> 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>


Patch applied, sorry for delay.

Yours,
Linus Walleij
diff mbox series

Patch

diff --git a/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c b/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c
index 6de31b5ee358c..2535ca720668e 100644
--- a/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c
+++ b/drivers/pinctrl/nuvoton/pinctrl-npcm7xx.c
@@ -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)),