aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeert Uytterhoeven <[email protected]>2013-04-24 07:36:46 -0300
committerMauro Carvalho Chehab <[email protected]>2013-04-25 09:56:55 -0300
commit542b329f8e0d92ca93d033d13a9db16b89830acd (patch)
treee1d6526bded4a0b1e236c7736f4d43389b0a6d2d
parentecb52ab8213173e81717ac6fb3ba956f048aeda9 (diff)
[media] anysee: Grammar s/report the/report to/
[[email protected]: Fix a merge conflict] Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
-rw-r--r--drivers/media/usb/dvb-usb-v2/anysee.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb-v2/anysee.c b/drivers/media/usb/dvb-usb-v2/anysee.c
index d6daad10287c..90cfa35ef6e6 100644
--- a/drivers/media/usb/dvb-usb-v2/anysee.c
+++ b/drivers/media/usb/dvb-usb-v2/anysee.c
@@ -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 <[email protected]>.\n",
+ "%s: Unsupported Anysee version. Please report to <[email protected]>.\n",
KBUILD_MODNAME);
}
error: