Skip to content

Commit d9995cd

Browse files
ColinIanKinggroeck
authored andcommitted
hwmon: ltc2991: Fix spelling mistake "contiuous" -> "continuous"
There is a spelling mistake in a dev_err_probe messages. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Guenter Roeck <[email protected]>
1 parent b85ea95 commit d9995cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/hwmon/ltc2991.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ static int ltc2991_init(struct ltc2991_state *st)
373373
LTC2991_REPEAT_ACQ_EN);
374374
if (ret)
375375
return dev_err_probe(st->dev, ret,
376-
"Error: Failed to set contiuous mode.\n");
376+
"Error: Failed to set continuous mode.\n");
377377

378378
/* Enable all channels and trigger conversions */
379379
return regmap_write(st->regmap, LTC2991_CH_EN_TRIGGER,

0 commit comments

Comments
 (0)