tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions
authorPeter Hurley <peter@hurleysoftware.com>
Wed, 5 Nov 2014 17:13:06 +0000 (12:13 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 6 Nov 2014 02:50:42 +0000 (18:50 -0800)
commite80a10ee4de8f654cf34170da00f989470331da8
treea16e833e225d70aba7e7bfc29a062a65a106f582
parent52bce7f8d4fc633c9a9d0646eef58ba6ae9a3b73
tty: Prefix tty_ldisc_{lock,lock_nested,unlock} functions

tty_ldisc_lock(), tty_ldisc_unlock(), and tty_ldisc_lock_nested()
are low-level aliases for the underlying lock mechanism. Rename
with double underscore to allow for new, higher level functions
with those names.

Reviewed-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_ldisc.c
This page took 0.023916 seconds and 5 git commands to generate.