[Midnightbsd-cvs] src [7231] trunk/sys/dev/ath/ah_osdep.c: readability

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Tue Aug 11 20:40:40 EDT 2015


Revision: 7231
          http://svnweb.midnightbsd.org/src/?rev=7231
Author:   laffer1
Date:     2015-08-11 20:40:39 -0400 (Tue, 11 Aug 2015)
Log Message:
-----------
readability

Modified Paths:
--------------
    trunk/sys/dev/ath/ah_osdep.c

Modified: trunk/sys/dev/ath/ah_osdep.c
===================================================================
--- trunk/sys/dev/ath/ah_osdep.c	2015-08-12 00:17:21 UTC (rev 7230)
+++ trunk/sys/dev/ath/ah_osdep.c	2015-08-12 00:40:39 UTC (rev 7231)
@@ -76,7 +76,8 @@
 
 /* NB: put this here instead of the driver to avoid circular references */
 SYSCTL_NODE(_hw, OID_AUTO, ath, CTLFLAG_RD, 0, "Atheros driver parameters");
-static SYSCTL_NODE(_hw_ath, OID_AUTO, hal, CTLFLAG_RD, 0, "Atheros HAL parameters");
+static SYSCTL_NODE(_hw_ath, OID_AUTO, hal, CTLFLAG_RD, 0,
+    "Atheros HAL parameters");
 
 #ifdef AH_DEBUG
 int ath_hal_debug = 0;



More information about the Midnightbsd-cvs mailing list