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:

committed by
Greg Kroah-Hartman

szülő
ca0400d2ca
commit
d9a38a8741
@@ -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:
|
||||
|
Reference in New Issue
Block a user