]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() description
authorTakashi Iwai <tiwai@suse.de>
Tue, 19 Oct 2021 06:05:36 +0000 (08:05 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 19 Oct 2021 06:07:41 +0000 (08:07 +0200)
commit036d5c1762a5d5e67b405aaf5155bfd4dd1505c2
tree03c97376257df9de0c788413568e02280d672dfe
parent390e040bef7ddd74a5d9a92ebf1c413b51e2d5da
ALSA: memalloc: Fix a typo in snd_dma_buffer_sync() description

It caused a warning for kernel-doc build.

Fixes: dad2a43ad4d1 ("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>
sound/core/memalloc.c