From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Morton Subject: Re: linux-next: Tree for December 18 (patch: kernel-doc notation) Date: Mon, 22 Dec 2008 14:49:45 -0800 Message-ID: <20081222144945.8ef2748e.akpm@linux-foundation.org> References: <20081218230637.c879a046.sfr@canb.auug.org.au> <20081218161437.fe2d2675.randy.dunlap@oracle.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: Received: from smtp1.linux-foundation.org ([140.211.169.13]:56249 "EHLO smtp1.linux-foundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754570AbYLVWuE (ORCPT ); Mon, 22 Dec 2008 17:50:04 -0500 In-Reply-To: <20081218161437.fe2d2675.randy.dunlap@oracle.com> Sender: linux-next-owner@vger.kernel.org List-ID: To: Randy Dunlap Cc: sfr@canb.auug.org.au, david@fromorbit.com, linux-next@vger.kernel.org, linux-kernel@vger.kernel.org On Thu, 18 Dec 2008 16:14:37 -0800 Randy Dunlap wrote: > fs/inode.c and mm/filemap.c need kernel-doc fixes. > > What tree were these merged into for linux-next? I use git-blame. > How do I get these doc fixes merged? (2 patches below) > > --- > > From: Randy Dunlap > > Fix fs/inode.c kernel-doc function parameters: > > Warning(linux-next-20081218//fs/inode.c:120): No description found for parameter 'sb' > Warning(linux-next-20081218//fs/inode.c:120): No description found for parameter 'inode' > Warning(linux-next-20081218//fs/inode.c:588): No description found for parameter 'sb' > Warning(linux-next-20081218//fs/inode.c:588): No description found for parameter 'inode' > >>From the XFS tree: commit 2cb1599f9b2ecdd7a9e59feeee647eb258966839 Author: David Chinner AuthorDate: Thu Oct 30 17:32:23 2008 +1100 Commit: Lachlan McIlroy CommitDate: Thu Oct 30 17:32:23 2008 +1100 Inode: Allow external initialisers > --- > > From: Randy Dunlap > > Fix mm/filemap.c functions' kernel-doc: > > Warning(/local/linsrc/linux-next-20081218//mm/filemap.c:575): No description found for parameter 'page' > Warning(/local/linsrc/linux-next-20081218//mm/filemap.c:575): No description found for parameter 'waiter' > Warning(/local/linsrc/linux-next-20081218//mm/filemap.c:2348): No description found for parameter 'mapping' > Warning(/local/linsrc/linux-next-20081218//mm/filemap.c:2348): No description found for parameter 'index' > Warning(/local/linsrc/linux-next-20081218//mm/filemap.c:2348): No description found for parameter 'source' > > Signed-off-by: Randy Dunlap > cc: Dave Chinner That's no longer in linux-next. I'd guess it was from the fs-cache patches.