tty: tty_buffer: Add missing description for 'limit'
authorLee Jones <lee.jones@linaro.org>
Wed, 4 Nov 2020 19:35:18 +0000 (19:35 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 6 Nov 2020 09:49:27 +0000 (10:49 +0100)
commita776f10d12cac6ac337e06457e34019f39a9ac6e
treec7521d583cd0e611c39d259178787b7a361a9e0d
parentaec51036a166a0aecc26cba101bfbbdc53d64139
tty: tty_buffer: Add missing description for 'limit'

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

 drivers/tty/tty_buffer.c:592: warning: Function parameter or member 'limit' not described in 'tty_buffer_set_limit'

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/20201104193549.4026187-6-lee.jones@linaro.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/tty_buffer.c