OSDN Git Service

media: rc: fix spelling mistake "to" -> "too"
authorColin Ian King <colin.king@canonical.com>
Wed, 22 Jan 2020 23:55:47 +0000 (00:55 +0100)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Mon, 2 Mar 2020 08:50:29 +0000 (09:50 +0100)
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>
drivers/media/rc/ir-xmp-decoder.c

index 74a1d30..4c3d038 100644 (file)
@@ -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)) {
                        /* store nibble raw data, decode after trailer */
                        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->state = STATE_INACTIVE;
                                return -EINVAL;