]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
tty/n_hdlc: Fix struct n_hdlc kernel-doc warnings
authorBartlomiej Kubik <kubik.bartlomiej@gmail.com>
Tue, 2 Dec 2025 06:37:48 +0000 (07:37 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 17 Dec 2025 14:06:47 +0000 (15:06 +0100)
commit695f986155d9dd95aef4acfca6dd31bf4b83282d
tree99ea4077004d995028ceca45dddebc75f67e7b37
parente5484745c4c0c3046d8446484f1e663131ba3ec2
tty/n_hdlc: Fix struct n_hdlc kernel-doc warnings

Add missing descriptions for write_work and tty_for_write_work
members in struct n_hdlc.

This fixes the following warnings:
drivers/tty/n_hdlc.c: warning: Function parameter or member
          'write_work' not described in 'n_hdlc'
drivers/tty/n_hdlc.c: warning: Function parameter or member
          'tty_for_write_work' not described in 'n_hdlc'

Signed-off-by: Bartlomiej Kubik <kubik.bartlomiej@gmail.com>
Link: https://patch.msgid.link/20251202063748.1210359-1-kubik.bartlomiej@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/n_hdlc.c