svn commit: r221010 - head/sys/dev/ichwd

Dag-Erling Smorgrav des at FreeBSD.org
Mon Apr 25 09:18:06 UTC 2011


Author: des
Date: Mon Apr 25 09:18:05 2011
New Revision: 221010
URL: http://svn.freebsd.org/changeset/base/221010

Log:
  Whitespace nit

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

Modified: head/sys/dev/ichwd/ichwd.c
==============================================================================
--- head/sys/dev/ichwd/ichwd.c	Mon Apr 25 09:00:52 2011	(r221009)
+++ head/sys/dev/ichwd/ichwd.c	Mon Apr 25 09:18:05 2011	(r221010)
@@ -228,8 +228,8 @@ ichwd_sts_reset(struct ichwd_softc *sc)
 	 * by writing a 1, not a 0.
 	 */
 	ichwd_write_tco_2(sc, TCO1_STS, TCO_TIMEOUT);
-	/* 
-	 * According to Intel's docs, clearing SECOND_TO_STS and BOOT_STS must 
+	/*
+	 * According to Intel's docs, clearing SECOND_TO_STS and BOOT_STS must
 	 * be done in two separate operations.
 	 */
 	ichwd_write_tco_2(sc, TCO2_STS, TCO_SECOND_TO_STS);


More information about the svn-src-head mailing list