From 98f27d96859e59ae003ef0b9ba730be1a981db45 Mon Sep 17 00:00:00 2001 From: Colin Ian King Date: Wed, 22 Jun 2016 17:00:07 -0700 Subject: [PATCH] Input: regulator-haptic - fix spelling mistake: "dveice" -> "device" Trivial fix to spelling mistake Signed-off-by: Colin Ian King Signed-off-by: Dmitry Torokhov --- drivers/input/misc/regulator-haptic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/input/misc/regulator-haptic.c b/drivers/input/misc/regulator-haptic.c index a804705eb04a..2e8f801932be 100644 --- a/drivers/input/misc/regulator-haptic.c +++ b/drivers/input/misc/regulator-haptic.c @@ -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; } -- 2.39.2