svn commit: r199198 - head/sys/dev/bwi

John Baldwin jhb at FreeBSD.org
Wed Nov 11 20:29:40 UTC 2009


Author: jhb
Date: Wed Nov 11 20:29:40 2009
New Revision: 199198
URL: http://svn.freebsd.org/changeset/base/199198

Log:
  More consistent whitespace.

Modified:
  head/sys/dev/bwi/if_bwivar.h

Modified: head/sys/dev/bwi/if_bwivar.h
==============================================================================
--- head/sys/dev/bwi/if_bwivar.h	Wed Nov 11 20:27:53 2009	(r199197)
+++ head/sys/dev/bwi/if_bwivar.h	Wed Nov 11 20:29:40 2009	(r199198)
@@ -578,7 +578,7 @@ struct bwi_softc {
 	bus_space_handle_t	sc_mem_bh;
 
 	struct callout		sc_calib_ch;
-	struct callout	sc_watchdog_timer;
+	struct callout		sc_watchdog_timer;
 
 	struct bwi_regwin	*sc_cur_regwin;
 	struct bwi_regwin	sc_com_regwin;


More information about the svn-src-all mailing list