svn commit: r351376 - head/sys/dev/nvme

Warner Losh imp at FreeBSD.org
Thu Aug 22 02:53:51 UTC 2019


Author: imp
Date: Thu Aug 22 02:53:51 2019
New Revision: 351376
URL: https://svnweb.freebsd.org/changeset/base/351376

Log:
  Remove stray line that was duplicated.
  
  Noticed by: rpokala@

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

Modified: head/sys/dev/nvme/nvme.c
==============================================================================
--- head/sys/dev/nvme/nvme.c	Thu Aug 22 02:53:46 2019	(r351375)
+++ head/sys/dev/nvme/nvme.c	Thu Aug 22 02:53:51 2019	(r351376)
@@ -138,7 +138,6 @@ nvme_attach(device_t dev)
 
 	/*
 	 * Reset controller twice to ensure we do a transition from cc.en==1
-	 * Reset controller twice to ensure we do a transition from cc.en==1
 	 *  to cc.en==0.  This is because we don't really know what status
 	 *  the controller was left in when boot handed off to OS.
 	 */


More information about the svn-src-head mailing list