usb-serial: put subroutines in logical order
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 1 Sep 2009 15:38:44 +0000 (11:38 -0400)
committerLive-CD User <linux@linux.site>
Sat, 19 Sep 2009 20:13:39 +0000 (13:13 -0700)
commitf5b0953a89fa3407fb293cc54ead7d8feec489e4
tree1cbf21925532e4a88b71b722756c80690d52aac2
parent41bd34ddd7aa46dbc03b5bb33896e0fa8100fe7b
usb-serial: put subroutines in logical order

This patch (as1285) rearranges the subroutines in usb-serial.c
concerned with tty lifetimes into a more logical order: install, open,
hangup, close, release.  It also updates the formatting of the
kerneldoc comments.

Signed-off-by: Alan Stern <stern@rowland.harvard.edu>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/usb-serial.c