From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932099AbVIGKMv (ORCPT ); Wed, 7 Sep 2005 06:12:51 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751185AbVIGKMv (ORCPT ); Wed, 7 Sep 2005 06:12:51 -0400 Received: from ns1.suse.de ([195.135.220.2]:18141 "EHLO mx1.suse.de") by vger.kernel.org with ESMTP id S1751139AbVIGKMu (ORCPT ); Wed, 7 Sep 2005 06:12:50 -0400 Date: Wed, 07 Sep 2005 12:12:44 +0200 Message-ID: From: Takashi Iwai To: Jeff Garzik Cc: Andrew Morton , Linus Torvalds , linux-kernel@vger.kernel.org Subject: Re: [git patch] fix DocBook build In-Reply-To: References: <20050907051720.GA10211@havoc.gtf.org> User-Agent: Wanderlust/2.12.0 (Your Wildest Dreams) SEMI/1.14.6 (Maruoka) FLIM/1.14.7 (=?ISO-8859-4?Q?Sanj=F2?=) APEL/10.6 MULE XEmacs/21.5 (beta18) (chestnut) (+CVS-20041021) (i386-suse-linux) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org At Wed, 07 Sep 2005 12:00:31 +0200, I wrote: > > At Wed, 7 Sep 2005 01:17:20 -0400, > Jeff Garzik wrote: > > > > > > [kernel-doc] fix various DocBook build problems/warnings > > > > Most serious is fixing include/sound/pcm.h, which breaks the DocBook > > build. > > What is the error exactly? IIRC, it did work in the early version. > Well, I need to test it by myself... OK, I see it, too. How about the fix below, instead? [PATCH] Fix DocBook build in sound/pcm.h Signed-off-by: Takashi Iwai diff --git a/include/sound/pcm.h b/include/sound/pcm.h --- a/include/sound/pcm.h +++ b/include/sound/pcm.h @@ -910,7 +910,7 @@ int snd_pcm_format_big_endian(snd_pcm_fo * Returns 1 if the given PCM format is CPU-endian, 0 if * opposite, or a negative error code if endian not specified. */ -/* int snd_pcm_format_cpu_endian(snd_pcm_format_t format); */ +int snd_pcm_format_cpu_endian(snd_pcm_format_t format); #ifdef SNDRV_LITTLE_ENDIAN #define snd_pcm_format_cpu_endian snd_pcm_format_little_endian #else