Skip to content

Commit 2893c67

Browse files
Colin Ian Kinggregkh
authored andcommitted
staging: comedi: drivers: fix spelling mistake "to" -> "too"
There is a spelling mistake in a deb_dbg message. Fix it. Signed-off-by: Colin Ian King <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 52b0c47 commit 2893c67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/comedi/drivers/das6402.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ static int das6402_ai_check_chanlist(struct comedi_device *dev,
279279

280280
if (aref0 == AREF_DIFF && chan > (s->n_chan / 2)) {
281281
dev_dbg(dev->class_dev,
282-
"chanlist differential channel to large\n");
282+
"chanlist differential channel too large\n");
283283
return -EINVAL;
284284
}
285285
}

0 commit comments

Comments
 (0)