Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 98f27d96 authored by Colin Ian King's avatar Colin Ian King Committed by Dmitry Torokhov
Browse files

Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"



Trivial fix to spelling mistake

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 9096a45d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -124,7 +124,7 @@ regulator_haptic_parse_dt(struct device *dev, struct regulator_haptic *haptic)

	node = dev->of_node;
	if(!node) {
		dev_err(dev, "Missing dveice tree data\n");
		dev_err(dev, "Missing device tree data\n");
		return -EINVAL;
	}