summaryrefslogtreecommitdiffstats
path: root/drivers/input
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-12-14 23:59:44 +0100
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2020-12-15 00:02:06 +0100
commit92f0a3a22c7a4c936277ece3a0215955a2d52238 (patch)
tree1e0b5c908765d4f9e0e1b27898cbffde36c0e4ce /drivers/input
parentInput: cyapa_gen6 - fix out-of-bounds stack access (diff)
downloadlinux-92f0a3a22c7a4c936277ece3a0215955a2d52238.tar.xz
linux-92f0a3a22c7a4c936277ece3a0215955a2d52238.zip
Input: da7280 - fix spelling mistake "sequemce" -> "sequence"
There is a spelling mistake in a dev_err message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Link: https://lore.kernel.org/r/20201214223109.82924-1-colin.king@canonical.com Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'drivers/input')
-rw-r--r--drivers/input/misc/da7280.c2
1 files changed, 1 insertions, 1 deletions
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 @@ set_gpix_seq_id:
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;