Pārlūkot izejas kodu

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>
Colin Ian King 9 gadi atpakaļ
vecāks
revīzija
98f27d9685
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      drivers/input/misc/regulator-haptic.c

+ 1 - 1
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;
 	}