USB: serial: add missing newlines to dev_<level> messages.

Add missing newlines to dev_<level> messages.

Also make some messages less verbose where appropriate.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <greg@kroah.com>
This commit is contained in:
Johan Hovold
2014-03-12 19:09:42 +01:00
committed by Greg Kroah-Hartman
parent ca0400d2ca
commit d9a38a8741
14 changed files with 28 additions and 30 deletions

View File

@@ -189,7 +189,7 @@ exit:
retval = usb_submit_urb(urb, GFP_ATOMIC);
if (retval)
dev_err(&port->dev,
"%s - usb_submit_urb failed with result %d",
"%s - usb_submit_urb failed with result %d\n",
__func__, retval);
}