From: Mauro Carvalho Chehab Date: Sun, 14 May 2017 15:38:44 +0000 (-0300) Subject: ALSA: pcm: fix the comments that refers to kernel-doc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=52204718b1f04a84feadd86f3eab5b4da365306f;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git ALSA: pcm: fix the comments that refers to kernel-doc The markup inside the #if 0 comment actually refers to a kernel-doc markup. As we're getting rid of DocBook update it. Signed-off-by: Mauro Carvalho Chehab Signed-off-by: Takashi Iwai --- diff --git a/include/sound/pcm.h b/include/sound/pcm.h index 3f084486868f..c609b891c4c2 100644 --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -1055,7 +1055,7 @@ int snd_pcm_format_unsigned(snd_pcm_format_t format); int snd_pcm_format_linear(snd_pcm_format_t format); int snd_pcm_format_little_endian(snd_pcm_format_t format); int snd_pcm_format_big_endian(snd_pcm_format_t format); -#if 0 /* just for DocBook */ +#if 0 /* just for kernel-doc */ /** * snd_pcm_format_cpu_endian - Check the PCM format is CPU-endian * @format: the format to check