PERFORCE change 135684 for review

Andrew Thompson thompsa at FreeBSD.org
Mon Feb 18 23:33:00 UTC 2008


http://perforce.freebsd.org/chv.cgi?CH=135684

Change 135684 by thompsa at thompsa_heff on 2008/02/18 23:32:19

	style.

Affected files ...

.. //depot/projects/wifi/sys/dev/wpi/if_wpi.c#7 edit

Differences ...

==== //depot/projects/wifi/sys/dev/wpi/if_wpi.c#7 (text+ko) ====

@@ -3329,7 +3329,7 @@
 	int temp;
 	WPI_LOCK_DECL;
 
-	if ( ic->ic_state != IEEE80211_S_RUN )
+	if (ic->ic_state != IEEE80211_S_RUN)
 	    return;
 
 	/* automatic rate control triggered every 500ms */


More information about the p4-projects mailing list