mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 23:52:08 +02:00
ALSA: usb: qcom: Correct parameter comment for uaudio_transfer_buffer_setup()
At fixing the memory leak of xfer buffer, we forgot to update the
corresponding comment, too. This resulted in a kernel-doc warning
with W=1. Let's correct it.
Fixes: 5c7ef50012 ("ALSA: qc_audio_offload: avoid leaking xfer_buf allocation")
Link: https://patch.msgid.link/20260226154414.1081568-4-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
3540cc453f
commit
1d6452a0ce
|
|
@ -1007,7 +1007,7 @@ static int enable_audio_stream(struct snd_usb_substream *subs,
|
|||
/**
|
||||
* uaudio_transfer_buffer_setup() - fetch and populate xfer buffer params
|
||||
* @subs: usb substream
|
||||
* @xfer_buf: xfer buf to be allocated
|
||||
* @xfer_buf_cpu: xfer buf to be allocated
|
||||
* @xfer_buf_len: size of allocation
|
||||
* @mem_info: QMI response info
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user