mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-08 07:21:27 +00:00
media: rc: fix spelling mistake "to" -> "too"
There is a spelling mistake in a dev_dbg message. Fix it. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Sean Young <sean@mess.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
This commit is contained in:
parent
bd59f412d1
commit
d1cb98caac
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,7 @@ static int ir_xmp_decode(struct rc_dev *dev, struct ir_raw_event ev)
|
||||||
} else if (geq_margin(ev.duration, XMP_NIBBLE_PREFIX, XMP_UNIT)) {
|
} else if (geq_margin(ev.duration, XMP_NIBBLE_PREFIX, XMP_UNIT)) {
|
||||||
/* store nibble raw data, decode after trailer */
|
/* store nibble raw data, decode after trailer */
|
||||||
if (data->count == 16) {
|
if (data->count == 16) {
|
||||||
dev_dbg(&dev->dev, "to many pulses (%d) ignoring: %u\n",
|
dev_dbg(&dev->dev, "too many pulses (%d) ignoring: %u\n",
|
||||||
data->count, ev.duration);
|
data->count, ev.duration);
|
||||||
data->state = STATE_INACTIVE;
|
data->state = STATE_INACTIVE;
|
||||||
return -EINVAL;
|
return -EINVAL;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue