linux-input.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH][next] Input: da7280: fix spelling mistake "sequemce" -> "sequence"
@ 2020-12-14 22:31 Colin King
  2020-12-14 22:59 ` Dmitry Torokhov
  2020-12-15 10:35 ` Roy Im
  0 siblings, 2 replies; 3+ messages in thread
From: Colin King @ 2020-12-14 22:31 UTC (permalink / raw)
  To: Support Opensource, Dmitry Torokhov, linux-input
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/input/misc/da7280.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/input/misc/da7280.c b/drivers/input/misc/da7280.c
index 9fdbae2edffe..37568b00873d 100644
--- a/drivers/input/misc/da7280.c
+++ b/drivers/input/misc/da7280.c
@@ -642,7 +642,7 @@ static int da7280_haptics_upload_effect(struct input_dev *dev,
 					   val);
 		if (error) {
 			dev_err(haptics->dev,
-				"Failed to update GPI sequemce: %d\n", error);
+				"Failed to update GPI sequence: %d\n", error);
 			return error;
 		}
 		break;
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-12-15 10:37 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-14 22:31 [PATCH][next] Input: da7280: fix spelling mistake "sequemce" -> "sequence" Colin King
2020-12-14 22:59 ` Dmitry Torokhov
2020-12-15 10:35 ` Roy Im

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).