Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 11:17:29 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r247027 - head/sys/dev/ath
Message-ID:  <201302201117.r1KBHThr046674@svn.freebsd.org>

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



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