Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752024AbaAQLnZ (ORCPT ); Fri, 17 Jan 2014 06:43:25 -0500 Received: from mga02.intel.com ([134.134.136.20]:9870 "EHLO mga02.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751296AbaAQLnW (ORCPT ); Fri, 17 Jan 2014 06:43:22 -0500 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.95,670,1384329600"; d="scan'208";a="440354318" Subject: [PATCH] libahci: correct a misleading comment To: tj@kernel.org From: Lukasz Dorau Cc: linux-ide@vger.kernel.org, linux-kernel@vger.kernel.org Date: Fri, 17 Jan 2014 12:43:20 +0100 Message-ID: <20140117114319.2784.3961.stgit@gklab-154-244.igk.intel.com> User-Agent: StGit/0.16 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org There is an error in a comment introduced by: commit fa070ee6dc70bcc19737a2406d741b089b3149d5 libahci: fix turning on LEDs in ahci_start_port() Correct it. Signed-off-by: Lukasz Dorau --- drivers/ata/libahci.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/ata/libahci.c b/drivers/ata/libahci.c index c482f8c..1f526e6 100644 --- a/drivers/ata/libahci.c +++ b/drivers/ata/libahci.c @@ -780,8 +780,8 @@ static void ahci_start_port(struct ata_port *ap) 4); /* * If busy, give a breather but do not - * release EH ownership by using msleep() - * instead of ata_msleep(). EM Transmit + * release EH ownership by using ata_msleep() + * instead of msleep(). EM Transmit * bit is busy for the whole host and * releasing ownership will cause other * ports to fail the same way. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/