From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753424AbbKBN7w (ORCPT ); Mon, 2 Nov 2015 08:59:52 -0500 Received: from mx1.redhat.com ([209.132.183.28]:39535 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752144AbbKBN7q (ORCPT ); Mon, 2 Nov 2015 08:59:46 -0500 From: Jeff Moyer To: Randy Dunlap Cc: LKML , axboe , Andrew Morton Subject: Re: [PATCH v2] block: fix blk-core.c kernel-doc warning References: <56341B10.9030106@infradead.org> X-PGP-KeyID: 1F78E1B4 X-PGP-CertKey: F6FE 280D 8293 F72C 65FD 5A58 1FF8 A7CA 1F78 E1B4 X-PCLoadLetter: What the f**k does that mean? Date: Mon, 02 Nov 2015 08:59:45 -0500 In-Reply-To: <56341B10.9030106@infradead.org> (Randy Dunlap's message of "Fri, 30 Oct 2015 18:36:16 -0700") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Randy Dunlap writes: > From: Randy Dunlap > > Fix kernel-doc warning in blk-core.c: > > Warning(..//block/blk-core.c:1549): No description found for parameter 'same_queue_rq' > > Signed-off-by: Randy Dunlap > Cc: Jeff Moyer > Cc: Jens Axboe Thanks, Randy. Reviewed-by: Jeff Moyer > --- > block/blk-core.c | 3 +++ > 1 file changed, 3 insertions(+) > > --- lnx-43-rc7.orig/block/blk-core.c > +++ lnx-43-rc7/block/blk-core.c > @@ -1529,6 +1529,9 @@ bool bio_attempt_front_merge(struct requ > * @q: request_queue new bio is being queued at > * @bio: new bio being queued > * @request_count: out parameter for number of traversed plugged requests > + * @same_queue_rq: pointer to &struct request that gets filled in when > + * another request associated with @q is found on the plug list > + * (optional, may be %NULL) > * > * Determine whether @bio being queued on @q can be merged with a request > * on %current's plugged list. Returns %true if merge was successful,