Skip to content

Commit 510bb91

Browse files
JuliaLawallmchehab
authored andcommitted
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 <[email protected]> Signed-off-by: Mauro Carvalho Chehab <[email protected]>
1 parent 6392bc2 commit 510bb91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/media/usb/pvrusb2/pvrusb2-hdw.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2351,7 +2351,8 @@ struct pvr2_hdw *pvr2_hdw_create(struct usb_interface *intf,
23512351

23522352
if (hdw_desc == NULL) {
23532353
pvr2_trace(PVR2_TRACE_INIT, "pvr2_hdw_create: No device description pointer, unable to continue.");
2354-
pvr2_trace(PVR2_TRACE_INIT, "If you have a new device type, please contact Mike Isely <[email protected]> to get it included in the driver\n");
2354+
pvr2_trace(PVR2_TRACE_INIT,
2355+
"If you have a new device type, please contact Mike Isely <[email protected]> to get it included in the driver");
23552356
goto fail;
23562357
}
23572358

0 commit comments

Comments
 (0)