Formatting changes, parentheses style this time
[madwifi/.git] / ath / if_athvar.h
index f19ab89c189d9a6aa187f9a6e804e48b042a106e..e57705c2fd562d4e200a3c21aa3a66f633fcfb42 100644 (file)
@@ -556,7 +556,7 @@ struct ath_vap {
 #endif
 
 #define ATH_TXQ_INSERT_TAIL(_tq, _elm, _field) do { \
-       STAILQ_INSERT_TAIL( &(_tq)->axq_q, (_elm), _field); \
+       STAILQ_INSERT_TAIL(&(_tq)->axq_q, (_elm), _field); \
        (_tq)->axq_depth++; \
        (_tq)->axq_totalqueued++; \
 } while (0)