[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20211211084802.217766-1-wangborong@cdjrlc.com>
Date: Sat, 11 Dec 2021 16:48:02 +0800
From: Jason Wang <wangborong@...rlc.com>
To: haojian.zhuang@...il.com
Cc: daniel@...que.org, robert.jarzmik@...e.fr, linux@...linux.org.uk,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] mmc: pxa: Fix typo in a comment
The double `output' in the comment in line 170 is repeated. Remove one
of them from the comment.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
arch/arm/mach-pxa/pcm990-baseboard.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm/mach-pxa/pcm990-baseboard.c b/arch/arm/mach-pxa/pcm990-baseboard.c
index 8dfcc366d0fe..4be64aac16b5 100644
--- a/arch/arm/mach-pxa/pcm990-baseboard.c
+++ b/arch/arm/mach-pxa/pcm990-baseboard.c
@@ -167,7 +167,7 @@ static struct platform_device pcm990_backlight_device = {
* - LCD support is in use
* - GPIO16 is output for back light on/off with PWM
* - GPIO58 ... GPIO73 are outputs for display data
- * - GPIO74 is output output for LCDFCLK
+ * - GPIO74 is output for LCDFCLK
* - GPIO75 is output for LCDLCLK
* - GPIO76 is output for LCDPCLK
* - GPIO77 is output for LCDBIAS
--
2.34.1
Powered by blists - more mailing lists