summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2016-06-22 17:00:07 -0700
committerDmitry Torokhov <dmitry.torokhov@gmail.com>2016-06-23 10:43:57 -0700
commit98f27d96859e59ae003ef0b9ba730be1a981db45 (patch)
tree2347917795a0a6ed4fa955fee59888dfb5a86055
parent9096a45d99d00eea80ebef884c281675be006244 (diff)
downloadlinux-98f27d96859e59ae003ef0b9ba730be1a981db45.tar.bz2
Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"
Trivial fix to spelling mistake Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
-rw-r--r--drivers/input/misc/regulator-haptic.c2
1 files changed, 1 insertions, 1 deletions
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;
}