From patchwork Wed Nov 25 17:08:41 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bartlomiej Zolnierkiewicz X-Patchwork-Id: 39385 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 BA7B3B7067 for ; Thu, 26 Nov 2009 04:22:34 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758890AbZKYRTm (ORCPT ); Wed, 25 Nov 2009 12:19:42 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S933325AbZKYRTk (ORCPT ); Wed, 25 Nov 2009 12:19:40 -0500 Received: from ey-out-2122.google.com ([74.125.78.27]:28343 "EHLO ey-out-2122.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932859AbZKYRJT (ORCPT ); Wed, 25 Nov 2009 12:09:19 -0500 Received: by ey-out-2122.google.com with SMTP id 4so1570201eyf.19 for ; Wed, 25 Nov 2009 09:09:25 -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=MI8efY8tSVvF+wGujUtVMns4XwN7qihtJLu4Ay/3KZA=; b=SREVIseuE2KtwuUulYpT04v6nnXiVJi+I27c2jCDWOxmUsLj0jb0LYGzSl1uKhrstf TWowZ82Y/Ie84XdvB+VNMIxgPhJD71HuVkvbiLkSvS531/vObjZH+Sqgfu0F/Im4JcDY ds20J23iIhjtT/eGnBDWXIHbH8KqCfkAsrl4s= 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=GTiMSCFT3/4L4NeCAoKZ/ERvqDzFr6B/5jwhWWgYCtJJMuEyr8sYltLgPJbLoNQngR 24SJE2Z3YDqbJS+k8+GnioMNxj//vJE9WL3FU2ZwyOXE7AL32BgkwT+TpK6GW5jk/pcD C/QRyJdoykGl0rL3I4KbqkNIfC/akFoHbD7kc= Received: by 10.216.88.68 with SMTP id z46mr252083wee.27.1259168964930; Wed, 25 Nov 2009 09:09:24 -0800 (PST) Received: from ?127.0.0.1? (chello089079027028.chello.pl [89.79.27.28]) by mx.google.com with ESMTPS id p37sm14640251gvf.8.2009.11.25.09.09.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Wed, 25 Nov 2009 09:09:24 -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:08:41 +0100 Message-Id: <20091125170841.5446.28051.sendpatchset@localhost> In-Reply-To: <20091125170218.5446.13513.sendpatchset@localhost> References: <20091125170218.5446.13513.sendpatchset@localhost> Subject: [PATCH 53/86] pata_marvell: fix marvell_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_marvell: fix marvell_pre_reset() documentation Signed-off-by: Bartlomiej Zolnierkiewicz --- drivers/ata/pata_marvell.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_marvell.c =================================================================== --- a/drivers/ata/pata_marvell.c +++ b/drivers/ata/pata_marvell.c @@ -58,7 +58,7 @@ static int marvell_pata_active(struct pc } /** - * marvell_pre_reset - check for 40/80 pin + * marvell_pre_reset - probe begin * @link: link * @deadline: deadline jiffies for the operation *