]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
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)
commit1d6452a0ce78cd3f4e48943b5ba21d273a658298
tree79a75cd5217e6f3237cde99e9ec31e34f29228ba
parent3540cc453f5679d8c4d5ccc9834a1f5f8184af3a
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: 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