Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1641124

[PATCH 10/13] sound: fix the comments that refers to kernel-doc

From Mauro Carvalho Chehab <mchehab@s-opensource.com>
Newsgroups linux.kernel
Subject [PATCH 10/13] sound: fix the comments that refers to kernel-doc
Date 2017-05-14 17:40 +0200
Message-ID <tH3MK-3ic-25@gated-at.bofh.it> (permalink)
References <tH3MK-3ic-13@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 include/sound/pcm.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/sound/pcm.h b/include/sound/pcm.h
index 361749e60799..bbf97d4c4c17 100644
--- a/include/sound/pcm.h
+++ b/include/sound/pcm.h
@@ -1054,7 +1054,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
-- 
2.9.3

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH 10/13] sound: fix the comments that refers to kernel-doc Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-05-14 17:40 +0200
  Re: [PATCH 10/13] sound: fix the comments that refers to kernel-doc Takashi Iwai <tiwai@suse.de> - 2017-05-15 11:10 +0200
    Re: [PATCH 10/13] sound: fix the comments that refers to kernel-doc Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-05-16 12:50 +0200
      Re: [PATCH 10/13] sound: fix the comments that refers to kernel-doc Takashi Iwai <tiwai@suse.de> - 2017-05-16 13:00 +0200
        Re: [PATCH 10/13] sound: fix the comments that refers to kernel-doc Mauro Carvalho Chehab <mchehab@s-opensource.com> - 2017-05-16 13:00 +0200

csiph-web