]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41e1edc21694e986d22cc9f2117070d9e6749490
tree07957fea4fa7be2a9b633ea3d1b818d22e166231
parent67905b56a12f727eb42fa0ea40165bff09220c32
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