diff options
author | Colin Ian King <colin.king@canonical.com> | 2016-06-23 03:00:07 +0300 |
---|---|---|
committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-06-23 20:43:57 +0300 |
commit | 98f27d96859e59ae003ef0b9ba730be1a981db45 (patch) | |
tree | 2347917795a0a6ed4fa955fee59888dfb5a86055 /drivers/input/misc | |
parent | 9096a45d99d00eea80ebef884c281675be006244 (diff) | |
download | linux-98f27d96859e59ae003ef0b9ba730be1a981db45.tar.xz |
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>
Diffstat (limited to 'drivers/input/misc')
-rw-r--r-- | drivers/input/misc/regulator-haptic.c | 2 |
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; } |