Commit d9995cd9 authored by Colin Ian King's avatar Colin Ian King Committed by Guenter Roeck

hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous"

There is a spelling mistake in a dev_err_probe messages. Fix it.
Signed-off-by: default avatarColin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/r/20231031084240.2148339-1-colin.i.king@gmail.comSigned-off-by: default avatarGuenter Roeck <linux@roeck-us.net>
parent b85ea95d
......@@ -373,7 +373,7 @@ static int ltc2991_init(struct ltc2991_state *st)
LTC2991_REPEAT_ACQ_EN);
if (ret)
return dev_err_probe(st->dev, ret,
"Error: Failed to set contiuous mode.\n");
"Error: Failed to set continuous mode.\n");
/* Enable all channels and trigger conversions */
return regmap_write(st->regmap, LTC2991_CH_EN_TRIGGER,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment