From patchwork Wed Nov 25 17:07:19 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 39353 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.176.167]) by ozlabs.org (Postfix) with ESMTP id D25CEB7067 for ; Thu, 26 Nov 2009 04:22:11 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932331AbZKYRIJ (ORCPT ); Wed, 25 Nov 2009 12:08:09 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757410AbZKYRII (ORCPT ); Wed, 25 Nov 2009 12:08:08 -0500 Received: from fg-out-1718.google.com ([72.14.220.156]:24999 "EHLO fg-out-1718.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932644AbZKYRH5 (ORCPT ); Wed, 25 Nov 2009 12:07:57 -0500 Received: by fg-out-1718.google.com with SMTP id 19so93937fgg.1 for ; Wed, 25 Nov 2009 09:08:03 -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=DSSCwGRX6/uC06/PNc9ogVyhQrPCpl+NfaPSZRRqdYs=; b=j5ZfIDwy3L8oGyEdaOkSxe4zyncFREQLTU1/6dcOK+Zhcv8IAbmv3NUSDrSfa2sXMu PTtA9NIX/o/OCMOKkEt0ruEEqOlpiP6VBO3K+55re4nxpAQn6hY9WxPL0n426kbNVRvs wjSGJ5ZB6V1gyZ2Y647sl/UHh6q0/nA1nz67Q= 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=hAfI60OKW4SKcmi06XFzZUbGvzIkLoHX24Ti5fT+dV0WAWDEKxh2ygEVe3hxkw10Cn Hc2mMGPKFMrg4Bmu61Ob1yaViqjoMfkM4WFIpG7xz2T7JRXpDqIJig/Bgw5uf++pWd13 8wivoLpeMhrVORGNb+iFHcFyj4lDWW+9I/qD0= Received: by 10.216.90.12 with SMTP id d12mr2495056wef.64.1259168883004; Wed, 25 Nov 2009 09:08:03 -0800 (PST) Received: from ?127.0.0.1? (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id g11sm14655183gve.18.2009.11.25.09.08.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Nov 2009 09:08:02 -0800 (PST) From: Bartlomiej Zolnierkiewicz To: linux-ide@vger.kernel.org Cc: Bartlomiej Zolnierkiewicz , linux-kernel@vger.kernel.org Date: Wed, 25 Nov 2009 18:07:19 +0100 Message-Id: <20091125170719.5446.53452.sendpatchset@localhost> In-Reply-To: <20091125170218.5446.13513.sendpatchset@localhost> References: <20091125170218.5446.13513.sendpatchset@localhost> Subject: [PATCH 42/86] pata_it8213: fix it8213_pre_reset() documentation 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_it8213: fix it8213_pre_reset() documentation Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/pata_it8213.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 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_it8213.c =================================================================== --- a/drivers/ata/pata_it8213.c +++ b/drivers/ata/pata_it8213.c @@ -22,7 +22,7 @@ #define DRV_VERSION "0.0.3" /** - * it8213_pre_reset - check for 40/80 pin + * it8213_pre_reset - probe begin * @link: link * @deadline: deadline jiffies for the operation *