[PATCH] mmc: pxa: Fix typo in a comment

From: Jason Wang
Date: Sat Dec 11 2021 - 03:50:22 EST


The double `output' in the comment in line 170 is repeated. Remove one
of them from the comment.

Signed-off-by: Jason Wang <wangborong@xxxxxxxxxx>
---
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