From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752796AbbHJBhg (ORCPT ); Sun, 9 Aug 2015 21:37:36 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:39147 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060AbbHJBhf (ORCPT ); Sun, 9 Aug 2015 21:37:35 -0400 To: axboe , LKML Subject: [PATCH] block: fix blk-core.c kernel-doc warning From: Randy Dunlap Message-ID: <55C8005D.6070704@infradead.org> Date: Sun, 9 Aug 2015 18:37:33 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Randy Dunlap Fix kernel-doc warning in blk-core.c: Warning(..//block/blk-core.c:1545): No description found for parameter 'same_queue_rq' Signed-off-by: Randy Dunlap --- block/blk-core.c | 2 ++ 1 file changed, 2 insertions(+) --- lnx-42-rc6.orig/block/blk-core.c +++ lnx-42-rc6/block/blk-core.c @@ -1525,6 +1525,8 @@ 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 may be updated if same + * queue is found (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,