]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ALSA: usb: qcom: Correct parameter comment for uaudio_transfer_buffer_setup()
authorTakashi Iwai <tiwai@suse.de>
Thu, 26 Feb 2026 15:43:49 +0000 (16:43 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 26 Feb 2026 15:51:32 +0000 (16:51 +0100)
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: 5c7ef5001292 ("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>
sound/usb/qcom/qc_audio_offload.c

index 01e6063c220756cb4bd6e8c8396665aceeb5f2b0..510b68cced33c19a5c6cd5144626380b538e9441 100644 (file)
@@ -1007,7 +1007,7 @@ put_suspend:
 /**
  * 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
  *