usb-serial: put subroutines in logical order
commitfdede6e8c7a61fdfb1d82314b4801917778a4488
authorAlan Stern <stern@rowland.harvard.edu>
Tue, 1 Sep 2009 15:38:44 +0000 (1 11:38 -0400)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 5 Oct 2009 16:32:38 +0000 (5 09:32 -0700)
treee24f7c827af207b1937cbbb4acce517e07ba3af0
parentc9fb3ded7a8a6769f3bcb3ef3d9aed61d3e376a9
usb-serial: put subroutines in logical order

commit f5b0953a89fa3407fb293cc54ead7d8feec489e4 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/usb/serial/usb-serial.c