]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit28787135664397c4eb4d333784f44177ab5e2cb7
tree1cbf21925532e4a88b71b722756c80690d52aac2
parent79470a479518cedb4adb1a5f79655a14b57eb4f1
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