Input: regulator-haptic - fix spelling mistake: "dveice" -> "device"
authorColin Ian King <colin.king@canonical.com>
Thu, 23 Jun 2016 00:00:07 +0000 (17:00 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 23 Jun 2016 17:43:57 +0000 (10:43 -0700)
Trivial fix to spelling mistake

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
drivers/input/misc/regulator-haptic.c

index a804705..2e8f801 100644 (file)
@@ -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;
        }