OSDN Git Service

staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()
authorDaeseok Youn <daeseok.youn@gmail.com>
Tue, 3 Jun 2014 06:28:42 +0000 (15:28 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jun 2014 22:22:25 +0000 (15:22 -0700)
commit7bf0a4ccdcc0f961b1185f96efddbfa81e593b56
tree2cbf9b707ef3e8c1519ccc53e2f60fa58564bdf2
parentf19eda73eaa7eca4804becd96babe630ecf21ed7
staging: dgap: rename dgap_tty_uninit() to dgap_cleanup_tty()

- dgap_tty_uninit() doesn't match dgap_tty_init() at all.
so rename it. It is just used for cleanup when this module is
exited or failed to initialize by dgap_init_module.

Signed-off-by: Daeseok Youn <daeseok.youn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dgap/dgap.c