[media] anysee: Grammar s/report the/report to/
authorGeert Uytterhoeven <geert@linux-m68k.org>
Wed, 24 Apr 2013 10:36:46 +0000 (07:36 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 25 Apr 2013 12:56:55 +0000 (09:56 -0300)
[mchehab@redhat.com: Fix a merge conflict]
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/usb/dvb-usb-v2/anysee.c

index d6daad1..90cfa35 100644 (file)
@@ -882,7 +882,7 @@ static int anysee_frontend_attach(struct dvb_usb_adapter *adap)
                /* we have no frontend :-( */
                ret = -ENODEV;
                dev_err(&d->udev->dev,
-                               "%s: Unsupported Anysee version. Please report the <linux-media@vger.kernel.org>.\n",
+                               "%s: Unsupported Anysee version. Please report to <linux-media@vger.kernel.org>.\n",
                                KBUILD_MODNAME);
        }
 error: