Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

tty: document @dlci parameter in gsm_modem_send_initial_msc

Add missing kernel-doc entry for the @dlci parameter in
gsm_modem_send_initial_msc(), which fixes the following warning
reported by kernel-doc:

Warning: drivers/tty/n_gsm.c:4175 function parameter 'dlci' not described in 'gsm_modem_send_initial_msc'

Signed-off-by: Kriish Sharma <kriish.sharma2006@gmail.com>
Link: https://patch.msgid.link/20251025161206.795784-1-kriish.sharma2006@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Kriish Sharma and committed by
Greg Kroah-Hartman
75ae5e91 02227b97

+1 -1
+1 -1
drivers/tty/n_gsm.c
··· 4165 4165 /** 4166 4166 * gsm_modem_send_initial_msc - Send initial modem status message 4167 4167 * 4168 - * @dlci channel 4168 + * @dlci: channel 4169 4169 * 4170 4170 * Send an initial MSC message after DLCI open to set the initial 4171 4171 * modem status lines. This is only done for basic mode.