svn commit: r217687 - head/sys/dev/ath/ath_hal/ar5416

Adrian Chadd adrian at FreeBSD.org
Fri Jan 21 07:28:48 UTC 2011


Author: adrian
Date: Fri Jan 21 07:28:48 2011
New Revision: 217687
URL: http://svn.freebsd.org/changeset/base/217687

Log:
  Fix some typos.

Modified:
  head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c

Modified: head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c
==============================================================================
--- head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Fri Jan 21 07:26:53 2011	(r217686)
+++ head/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c	Fri Jan 21 07:28:48 2011	(r217687)
@@ -105,9 +105,9 @@ ar5416InitState(struct ath_hal_5416 *ahp
 	ah->ah_stopPcuReceive		= ar5416StopPcuReceive;
 	ah->ah_setupRxDesc		= ar5416SetupRxDesc;
 	ah->ah_procRxDesc		= ar5416ProcRxDesc;
-	ah->ah_rxMonitor		= ar5416RxMonitor,
-	ah->ah_aniPoll			= ar5416AniPoll,
-	ah->ah_procMibEvent		= ar5416ProcessMibIntr,
+	ah->ah_rxMonitor		= ar5416RxMonitor;
+	ah->ah_aniPoll			= ar5416AniPoll;
+	ah->ah_procMibEvent		= ar5416ProcessMibIntr;
 
 	/* Misc Functions */
 	ah->ah_getCapability		= ar5416GetCapability;


More information about the svn-src-head mailing list