From patchwork Mon Jan 18 17:14:05 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 43148 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 7E970B7C63 for ; Tue, 19 Jan 2010 04:33:07 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754387Ab0ARRc1 (ORCPT ); Mon, 18 Jan 2010 12:32:27 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754030Ab0ARRcZ (ORCPT ); Mon, 18 Jan 2010 12:32:25 -0500 Received: from ey-out-2122.google.com ([74.125.78.24]:8245 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753641Ab0ARRPQ (ORCPT ); Mon, 18 Jan 2010 12:15:16 -0500 Received: by ey-out-2122.google.com with SMTP id d26so746659eyd.19 for ; Mon, 18 Jan 2010 09:15:14 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:from:to:cc:date:message-id :in-reply-to:references:subject; bh=TgCVkpLxXJUdh2JCeQq9h7pwjC/kxQ6b14zNns6LYLk=; b=dURbdQ/vSO9jN4NwTbXifAoSKlOG/lzuRCY6ClZy+ySGimS+y2J8ppY5B5ZTLquhgr CCzrNwvVVkPclDmG7fulmhxEvrVhD4LMQarvziToEcndw61vG8+E4hKEzUU7EScmR+fq VusbPlrXysnzz7T9xqW8yNPxAkLZrqHBJ72wM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=from:to:cc:date:message-id:in-reply-to:references:subject; b=A0TOlnYW6SKI3OUdkZwr4mzrCAhlWX2FnZCGhBomqIvAJXDFbENzWhyzmLGlFLILMW oU+FYUTwDAXtvFc6RBkXS5vdfDhUiivFSjgCFY7z362GOfMPOUQYKQyMLxeFX8jIne74 KwKNm7jSd4a3xsfprIdSFsRQPM+P/QPZeLMQA= Received: by 10.216.87.6 with SMTP id x6mr2211992wee.174.1263834914473; Mon, 18 Jan 2010 09:15:14 -0800 (PST) Received: from ?127.0.0.1? (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id q9sm4264210gve.0.2010.01.18.09.15.13 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 18 Jan 2010 09:15:13 -0800 (PST) From: Bartlomiej Zolnierkiewicz To: linux-ide@vger.kernel.org Cc: Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org Date: Mon, 18 Jan 2010 18:14:05 +0100 Message-Id: <20100118171405.14623.95544.sendpatchset@localhost> In-Reply-To: <20100118171349.14623.90030.sendpatchset@localhost> References: <20100118171349.14623.90030.sendpatchset@localhost> Subject: [PATCH 02/64] pata_ali: documentation fixes Sender: linux-ide-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-ide@vger.kernel.org From: Bartlomiej Zolnierkiewicz Subject: [PATCH] pata_ali: documentation fixes Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/pata_ali.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -- 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 Index: b/drivers/ata/pata_ali.c =================================================================== --- a/drivers/ata/pata_ali.c +++ b/drivers/ata/pata_ali.c @@ -159,8 +159,7 @@ static void ali_fifo_control(struct ata_ * ali_program_modes - load mode registers * @ap: ALi channel to load * @adev: Device the timing is for - * @cmd: Command timing - * @data: Data timing + * @t: timing data * @ultra: UDMA timing or zero for off * * Loads the timing registers for cmd/data and disable UDMA if @@ -202,8 +201,7 @@ static void ali_program_modes(struct ata * @ap: ATA interface * @adev: ATA device * - * Program the ALi registers for PIO mode. FIXME: add timings for - * PIO5. + * Program the ALi registers for PIO mode. */ static void ali_set_piomode(struct ata_port *ap, struct ata_device *adev) @@ -237,7 +235,7 @@ static void ali_set_piomode(struct ata_p * @ap: ATA interface * @adev: ATA device * - * FIXME: MWDMA timings + * Program the ALi registers for DMA mode. */ static void ali_set_dmamode(struct ata_port *ap, struct ata_device *adev)