svn commit: r247027 - head/sys/dev/ath
Adrian Chadd
adrian at FreeBSD.org
Wed Feb 20 11:17:29 UTC 2013
Author: adrian
Date: Wed Feb 20 11:17:29 2013
New Revision: 247027
URL: http://svnweb.freebsd.org/changeset/base/247027
Log:
oops, tab!
Modified:
head/sys/dev/ath/if_ath.c
Modified: head/sys/dev/ath/if_ath.c
==============================================================================
--- head/sys/dev/ath/if_ath.c Wed Feb 20 11:17:03 2013 (r247026)
+++ head/sys/dev/ath/if_ath.c Wed Feb 20 11:17:29 2013 (r247027)
@@ -1591,7 +1591,7 @@ ath_intr(void *arg)
#ifdef ATH_DEBUG_ALQ
if_ath_alq_post_intr(&sc->sc_alq, status, ah->ah_intrstate,
ah->ah_syncstate);
-#endif /* ATH_DEBUG_ALQ */
+#endif /* ATH_DEBUG_ALQ */
#ifdef ATH_KTR_INTR_DEBUG
ATH_KTR(sc, ATH_KTR_INTERRUPTS, 5,
"ath_intr: ISR=0x%.8x, ISR_S0=0x%.8x, ISR_S1=0x%.8x, ISR_S2=0x%.8x, ISR_S5=0x%.8x",
More information about the svn-src-head
mailing list