From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] fs/fs-writeback.c: Fix sync_inodes_sb() return value kernel-doc Date: Mon, 29 Nov 2010 09:57:18 -0500 Message-ID: <20101129145718.GA26076@infradead.org> References: <1290789310-2626-1-git-send-email-stefanha@linux.vnet.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org, Alexander Viro To: Stefan Hajnoczi Return-path: Content-Disposition: inline In-Reply-To: <1290789310-2626-1-git-send-email-stefanha@linux.vnet.ibm.com> Sender: linux-kernel-owner@vger.kernel.org List-Id: linux-fsdevel.vger.kernel.org On Fri, Nov 26, 2010 at 04:35:10PM +0000, Stefan Hajnoczi wrote: > The sync_inodes_sb() function does not have a return value. Remove the > outdated documentation comment. Looks good.