diff options
| author | Colin Ian King <colin.king@canonical.com> | 2016-06-22 20:00:07 -0400 |
|---|---|---|
| committer | Dmitry Torokhov <dmitry.torokhov@gmail.com> | 2016-06-23 13:43:57 -0400 |
| commit | 98f27d96859e59ae003ef0b9ba730be1a981db45 (patch) | |
| tree | 2347917795a0a6ed4fa955fee59888dfb5a86055 /drivers/input/misc | |
| parent | 9096a45d99d00eea80ebef884c281675be006244 (diff) | |
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) | |||
| 124 | 124 | ||
| 125 | node = dev->of_node; | 125 | node = dev->of_node; |
| 126 | if(!node) { | 126 | if(!node) { |
| 127 | dev_err(dev, "Missing dveice tree data\n"); | 127 | dev_err(dev, "Missing device tree data\n"); |
| 128 | return -EINVAL; | 128 | return -EINVAL; |
| 129 | } | 129 | } |
| 130 | 130 | ||
