tty: tty_jobctrl: Fix 2 incorrectly documented functions
authorLee Jones <lee.jones@linaro.org>
Thu, 20 May 2021 12:19:01 +0000 (13:19 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 20 May 2021 15:06:15 +0000 (17:06 +0200)
commit6ef6785d781e9cea207cdd9e530878fa7cda8e2a
treed1d866e91750e24335eaccfd93ecac377faa65f7
parenta1c0da88f1ca3966ec73e0cc579153a784f20ce0
tty: tty_jobctrl: Fix 2 incorrectly documented functions

Fixes the following W=1 kernel build warning(s):

 drivers/tty/tty_jobctrl.c:33: warning: expecting prototype for tty_check_change(). Prototype was for __tty_check_change() instead
 drivers/tty/tty_jobctrl.c:97: warning: expecting prototype for proc_set_tty(). Prototype was for __proc_set_tty() instead

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20210520121906.3468725-7-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_jobctrl.c