Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 6 Sep 2014 15:37:55 +0000 (UTC)
From:      Alexander Motin <mav@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271196 - head/sys/dev/ahci
Message-ID:  <201409061537.s86FbtLY061423@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: mav
Date: Sat Sep  6 15:37:55 2014
New Revision: 271196
URL: http://svnweb.freebsd.org/changeset/base/271196

Log:
  Fix typo in comments.
  
  Submitted by:	Benedict Reuschling <bcr@FreeBSD.org>
  MFC after:	6 days

Modified:
  head/sys/dev/ahci/ahci.c

Modified: head/sys/dev/ahci/ahci.c
==============================================================================
--- head/sys/dev/ahci/ahci.c	Sat Sep  6 15:30:57 2014	(r271195)
+++ head/sys/dev/ahci/ahci.c	Sat Sep  6 15:37:55 2014	(r271196)
@@ -1535,8 +1535,9 @@ ahci_execute_transaction(struct ahci_slo
 		/*
 		 * Marvell HBAs with non-RAID firmware do not wait for
 		 * readiness after soft reset, so we have to wait here.
-		 * Marvell RAIDs have no this problem, but instead sometimes
-		 * forget to update FIS receive area, breaking this wait.
+		 * Marvell RAIDs do not have this problem, but instead
+		 * sometimes forget to update FIS receive area, breaking
+		 * this wait.
 		 */
 		if ((ch->quirks & AHCI_Q_NOBSYRES) == 0 &&
 		    (ch->quirks & AHCI_Q_ATI_PMP_BUG) == 0 &&



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409061537.s86FbtLY061423>