summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/pvrusb2
diff options
context:
space:
mode:
authorJulia Lawall2017-12-27 15:51:42 +0100
committerMauro Carvalho Chehab2018-01-03 10:49:40 +0100
commit510bb91535f3a86b3ecc38c72693f2c34af81ffd (patch)
treecae8d6e9806a45adbc0f109068eb5c0f67248a1a /drivers/media/usb/pvrusb2
parentmedia: dvb-frontends/stv0910: cleanup init_search_param() and enable PLS (diff)
downloadkernel-qcow2-linux-510bb91535f3a86b3ecc38c72693f2c34af81ffd.tar.gz
kernel-qcow2-linux-510bb91535f3a86b3ecc38c72693f2c34af81ffd.tar.xz
kernel-qcow2-linux-510bb91535f3a86b3ecc38c72693f2c34af81ffd.zip
media: pvrusb2: drop unneeded newline
pvr2_trace prints a newline at the end of the message string, so the message string does not need to include a newline explicitly. Done using Coccinelle. Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/pvrusb2')
-rw-r--r--drivers/media/usb/pvrusb2/pvrusb2-hdw.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
index 09bd6c6c176c..e0353161ccd6 100644
--- a/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
+++ b/drivers/media/usb/pvrusb2/pvrusb2-hdw.c
@@ -2351,7 +2351,8 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
if (hdw_desc == NULL) {
pvr2_trace(PVR2_TRACE_INIT, "pvr2_hdw_create: No device description pointer, unable to continue.");
- pvr2_trace(PVR2_TRACE_INIT, "If you have a new device type, please contact Mike Isely <isely@pobox.com> to get it included in the driver\n");
+ pvr2_trace(PVR2_TRACE_INIT,
+ "If you have a new device type, please contact Mike Isely <isely@pobox.com> to get it included in the driver");
goto fail;
}