[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220725042903.4954-1-wangborong@cdjrlc.com>
Date: Mon, 25 Jul 2022 12:29:03 +0800
From: Jason Wang <wangborong@...rlc.com>
To: dmitry.torokhov@...il.com
Cc: hdegoede@...hat.com, linux-input@...r.kernel.org,
linux-kernel@...r.kernel.org, Jason Wang <wangborong@...rlc.com>
Subject: [PATCH] Input: Fix comment typo
The double `we' is duplicated in the comment, remove one.
Signed-off-by: Jason Wang <wangborong@...rlc.com>
---
drivers/input/touchscreen/chipone_icn8505.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/input/touchscreen/chipone_icn8505.c b/drivers/input/touchscreen/chipone_icn8505.c
index f9ca5502ac8c..ea98657e6e49 100644
--- a/drivers/input/touchscreen/chipone_icn8505.c
+++ b/drivers/input/touchscreen/chipone_icn8505.c
@@ -285,7 +285,7 @@ static int icn8505_upload_fw(struct icn8505_data *icn8505)
/*
* Always load the firmware, even if we don't need it at boot, we
- * we may need it at resume. Having loaded it once will make the
+ * may need it at resume. Having loaded it once will make the
* firmware class code cache it at suspend/resume.
*/
error = firmware_request_platform(&fw, icn8505->firmware_name, dev);
--
2.35.1
Powered by blists - more mailing lists