tty: pty: Provide descriptions for the 'file' parameters
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:35:29 +0000 (19:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 09:54:04 +0000 (10:54 +0100)
commit0b0a66a5d9db2017eedaf9b04971351e53309652
tree6e76c0377de2791fd316c5ce3b5bb62d60cf5217
parentffb5d9cf650f5a0596264338d8f783e11f187af7
tty: pty: Provide descriptions for the 'file' parameters

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

 drivers/tty/pty.c:710: warning: Function parameter or member 'file' not described in 'ptm_unix98_lookup'
 drivers/tty/pty.c:726: warning: Function parameter or member 'file' not described in 'pts_unix98_lookup'

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: "C. Scott Ananian" <cananian@alumni.princeton.edu>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104193549.4026187-17-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/pty.c