Skip to content

Commit 92f0a3a

Browse files
Colin Ian Kingdtor
authored andcommitted
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>
1 parent f051ae4 commit 92f0a3a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/input/misc/da7280.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -642,7 +642,7 @@ static int da7280_haptics_upload_effect(struct input_dev *dev,
642642
val);
643643
if (error) {
644644
dev_err(haptics->dev,
645-
"Failed to update GPI sequemce: %d\n", error);
645+
"Failed to update GPI sequence: %d\n", error);
646646
return error;
647647
}
648648
break;

0 commit comments

Comments
 (0)