summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2017-05-14 12:38:44 -0300
committerTakashi Iwai <tiwai@suse.de>2017-05-17 07:13:08 +0200
commit52204718b1f04a84feadd86f3eab5b4da365306f (patch)
tree6e2e0b802795036fe641a157ad0988d8726c66ad /include
parent667011706707f91f53122259f62d260cfc01a96d (diff)
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 <mchehab@s-opensource.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/sound/pcm.h2
1 files changed, 1 insertions, 1 deletions
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