]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit - drivers/usb/serial/pl2303.c
USB: pl2303: clean up driver somewhat
authorJohan Hovold <jhovold@gmail.com>
Sun, 29 Dec 2013 18:23:00 +0000 (19:23 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 3 Jan 2014 20:31:47 +0000 (12:31 -0800)
commitccfe8188a321f4039a7e52c8336bb4ff3ca35139
tree07957fea4fa7be2a9b633ea3d1b818d22e166231
parent71c671bf4cead0e801eccbed3fe790e817f6b6d4
USB: pl2303: clean up driver somewhat

Use u16 rather than __u16.
Fix multi-line comment style.
Remove some comments.
Remove unnecessary whitespace and add some where appropriate.
Drop DRIVER_DESC define.
Merge and simplify multi-line error message.

Signed-off-by: Johan Hovold <jhovold@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/pl2303.c