Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() description

It caused a warning for kernel-doc build.

Fixes: a25684a95646 ("ALSA: memalloc: Support for non-contiguous page allocation")
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Link: https://lore.kernel.org/r/20211019165402.4fa82c38@canb.auug.org.au
Link: https://lore.kernel.org/r/20211019060536.26089-2-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>

+1 -1
+1 -1
sound/core/memalloc.c
··· 196 196 /** 197 197 * snd_dma_buffer_sync - sync DMA buffer between CPU and device 198 198 * @dmab: buffer allocation information 199 - * @mod: sync mode 199 + * @mode: sync mode 200 200 */ 201 201 void snd_dma_buffer_sync(struct snd_dma_buffer *dmab, 202 202 enum snd_dma_sync_mode mode)