Skip to content

Commit 372571d

Browse files
tiwaiSasha Levin
authored andcommitted
ALSA: usb: qcom: Correct parameter comment for uaudio_transfer_buffer_setup()
[ Upstream commit 1d6452a ] 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: 5c7ef50 ("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> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent d8ed2f9 commit 372571d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/usb/qcom/qc_audio_offload.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1007,7 +1007,7 @@ static int enable_audio_stream(struct snd_usb_substream *subs,
10071007
/**
10081008
* uaudio_transfer_buffer_setup() - fetch and populate xfer buffer params
10091009
* @subs: usb substream
1010-
* @xfer_buf: xfer buf to be allocated
1010+
* @xfer_buf_cpu: xfer buf to be allocated
10111011
* @xfer_buf_len: size of allocation
10121012
* @mem_info: QMI response info
10131013
*

0 commit comments

Comments
 (0)