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>pull/1354/merge
parent
02227b97a8
commit
75ae5e9119
|
|
@ -4165,7 +4165,7 @@ static int gsm_modem_upd_via_msc(struct gsm_dlci *dlci, u8 brk)
|
||||||
/**
|
/**
|
||||||
* gsm_modem_send_initial_msc - Send initial modem status message
|
* gsm_modem_send_initial_msc - Send initial modem status message
|
||||||
*
|
*
|
||||||
* @dlci channel
|
* @dlci: channel
|
||||||
*
|
*
|
||||||
* Send an initial MSC message after DLCI open to set the initial
|
* Send an initial MSC message after DLCI open to set the initial
|
||||||
* modem status lines. This is only done for basic mode.
|
* modem status lines. This is only done for basic mode.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue