From patchwork Tue Nov 1 01:50:16 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Marcos Paulo de Souza X-Patchwork-Id: 123006 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 0536FB6F7E for ; Tue, 1 Nov 2011 12:52:39 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752351Ab1KABwg (ORCPT ); Mon, 31 Oct 2011 21:52:36 -0400 Received: from mail-gx0-f174.google.com ([209.85.161.174]:46588 "EHLO mail-gx0-f174.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751039Ab1KABwf (ORCPT ); Mon, 31 Oct 2011 21:52:35 -0400 Received: by ggnb1 with SMTP id b1so6539309ggn.19 for ; Mon, 31 Oct 2011 18:52:35 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer; bh=GVBGBASPcBTpUn5qTuZrr219FO0OWfCh6g0Zq6T0Anw=; b=UH1neMH3pxqNzny79vXBt29YJvrnguEC0czARhtfWUkqAbR6a7hiNxL9qR0zVm+Isx Py5cnACgJw7gi5QQZ2MJ5jNYK9ppj2hRdJ18Fj6CZ7MNpatZUGqvd87GpmySaa/MZNyL ClUqWvoPEP4RIOT9ONQhDd1l+8nbGo8sY0bco= Received: by 10.150.138.10 with SMTP id l10mr12955920ybd.17.1320112354892; Mon, 31 Oct 2011 18:52:34 -0700 (PDT) Received: from localhost.localdomain ([201.67.226.121]) by mx.google.com with ESMTPS id r5sm57121477anl.13.2011.10.31.18.52.31 (version=TLSv1/SSLv3 cipher=OTHER); Mon, 31 Oct 2011 18:52:34 -0700 (PDT) From: Marcos Paulo de Souza To: jgarzik@pobox.com Cc: rdunlap@xenotime.net, linux-doc@vger.kernel.org, linux-ide@vger.kernel.org, Marcos Paulo de Souza Subject: [PATCH 3/3] drivers: ata: libata-scsi.c: Add function parameter documentation Date: Mon, 31 Oct 2011 23:50:16 -0200 Message-Id: <1320112216-23810-1-git-send-email-marcos.mage@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org Add the documentation of parameters of ata_change_queue_depth to silence the warning of make xmldocs Signed-off-by: Marcos paulo de Souza Acked-by: Randy Dunlap --- drivers/ata/libata-scsi.c | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/drivers/ata/libata-scsi.c b/drivers/ata/libata-scsi.c index 19ba770..5eceb23 100644 --- a/drivers/ata/libata-scsi.c +++ b/drivers/ata/libata-scsi.c @@ -1216,6 +1216,10 @@ void ata_scsi_slave_destroy(struct scsi_device *sdev) /** * __ata_change_queue_depth - helper for ata_scsi_change_queue_depth + * @ap: ATA port to which the device change the queue depth + * @sdev: SCSI device to configure queue depth for + * @queue_depth: new queue depth + * @reason: calling context * * libsas and libata have different approaches for associating a sdev to * its ata_port.