From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751898AbYJRJJT (ORCPT ); Sat, 18 Oct 2008 05:09:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1750938AbYJRJJG (ORCPT ); Sat, 18 Oct 2008 05:09:06 -0400 Received: from mail.suse.de ([195.135.220.2]:55747 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750910AbYJRJJF (ORCPT ); Sat, 18 Oct 2008 05:09:05 -0400 Date: Sat, 18 Oct 2008 11:08:21 +0200 Message-ID: From: Takashi Iwai To: Randy Dunlap Cc: lkml Subject: Re: [PATCH -next] sound: add missing pcm kernel-doc In-Reply-To: <48F8D93B.40601@oracle.com> References: <48F8D93B.40601@oracle.com> 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 Emacs/22.3 (x86_64-suse-linux-gnu) MULE/5.0 (SAKAKI) 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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org At Fri, 17 Oct 2008 11:28:11 -0700, Randy Dunlap wrote: > > From: Randy Dunlap > > Fix alsa kernel-doc warning in linux-next: > > Warning(linux-next-20081016//sound/core/pcm_misc.c:327): No description found for parameter 'samples' > > Signed-off-by: Randy Dunlap Thanks, applied now to sound tree. Takashi > --- > sound/core/pcm_misc.c | 1 + > 1 file changed, 1 insertion(+) > > --- linux-next-20081016.orig/sound/core/pcm_misc.c > +++ linux-next-20081016/sound/core/pcm_misc.c > @@ -319,6 +319,7 @@ EXPORT_SYMBOL(snd_pcm_format_physical_wi > /** > * snd_pcm_format_size - return the byte size of samples on the given format > * @format: the format to check > + * @samples: sampling rate > * > * Returns the byte size of the given samples for the format, or a > * negative error code if unknown format. >