Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Apr 2011 09:18:05 +0000 (UTC)
From:      Dag-Erling Smorgrav <des@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r221010 - head/sys/dev/ichwd
Message-ID:  <201104250918.p3P9I5EY069190@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



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