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
szülő ca0400d2ca
commit d9a38a8741
14 fájl változott, egészen pontosan 28 új sor hozzáadva és 30 régi sor törölve

Fájl megtekintése

@@ -557,7 +557,8 @@ static int kobil_ioctl(struct tty_struct *tty,
);
dev_dbg(&port->dev,
"%s - Send reset_all_queues (FLUSH) URB returns: %i", __func__, result);
"%s - Send reset_all_queues (FLUSH) URB returns: %i\n",
__func__, result);
kfree(transfer_buffer);
return (result < 0) ? -EIO: 0;
default: