From patchwork Mon Aug 10 01:37:36 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Randy Dunlap X-Patchwork-Id: 505503 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 48EA2140321 for ; Mon, 10 Aug 2015 11:37:54 +1000 (AEST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752807AbbHJBhk (ORCPT ); Sun, 9 Aug 2015 21:37:40 -0400 Received: from bombadil.infradead.org ([198.137.202.9]:39159 "EHLO bombadil.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752060AbbHJBhh (ORCPT ); Sun, 9 Aug 2015 21:37:37 -0400 Received: from static-50-53-43-78.bvtn.or.frontiernet.net ([50.53.43.78] helo=dragon.site) by bombadil.infradead.org with esmtpsa (Exim 4.80.1 #2 (Red Hat Linux)) id 1ZOc1w-0002ry-HZ; Mon, 10 Aug 2015 01:37:36 +0000 To: linux-ide@vger.kernel.org, Tejun Heo Subject: [PATCH] libata: fix libata-core.c kernel-doc warning Cc: LKML From: Randy Dunlap X-Enigmail-Draft-Status: N1110 Message-ID: <55C80060.8030308@infradead.org> Date: Sun, 9 Aug 2015 18:37:36 -0700 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.1.0 MIME-Version: 1.0 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org From: Randy Dunlap Fix kernel-doc warning in libata-core.c: Warning(..//drivers/ata/libata-core.c:4763): No description found for parameter 'tag' Signed-off-by: Randy Dunlap --- drivers/ata/libata-core.c | 1 + 1 file changed, 1 insertion(+) -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html --- lnx-42-rc6.orig/drivers/ata/libata-core.c +++ lnx-42-rc6/drivers/ata/libata-core.c @@ -4769,6 +4769,7 @@ void swap_buf_le16(u16 *buf, unsigned in /** * ata_qc_new_init - Request an available ATA command, and initialize it * @dev: Device from whom we request an available command structure + * @tag: tag * * LOCKING: * None.