svn commit: r271196 - head/sys/dev/ahci

Alexander Motin mav at FreeBSD.org
Sat Sep 6 15:37:55 UTC 2014


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 at 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 &&


More information about the svn-src-head mailing list