OSDN Git Service

tty: synclink: Provide missing description for 'hdlcdev_tx_timeout's 'txqueue' param
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:35:49 +0000 (19:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 09:54:05 +0000 (10:54 +0100)
commita296b3de30836e79c6d59d5349265d592a0e7993
tree95dc1f6c43fc05312c2989946703bc7ee07b3ed5
parent27122bf57a62f5f816abb48b3a52226ee273a9da
tty: synclink: Provide missing description for 'hdlcdev_tx_timeout's 'txqueue' param

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

 drivers/tty/synclink.c:7708: warning: Function parameter or member 'txqueue' not described in 'hdlcdev_tx_timeout'

Cc: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Jiri Slaby <jirislaby@kernel.org>
Cc: paulkf@microgate.com
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20201104193549.4026187-37-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/synclink.c