Author: stas
Date: Sun Jan 18 12:35:11 2009
New Revision: 187392
URL: http://svn.freebsd.org/changeset/base/187392

Log:
  - MFC r182476:
    style fix.

Modified:
  stable/7/sys/   (props changed)
  stable/7/sys/arm/at91/if_ate.c
  stable/7/sys/contrib/pf/   (props changed)
  stable/7/sys/dev/ath/ath_hal/   (props changed)
  stable/7/sys/dev/cxgb/   (props changed)

Modified: stable/7/sys/arm/at91/if_ate.c
==============================================================================
--- stable/7/sys/arm/at91/if_ate.c      Sun Jan 18 12:28:45 2009        
(r187391)
+++ stable/7/sys/arm/at91/if_ate.c      Sun Jan 18 12:35:11 2009        
(r187392)
@@ -180,7 +180,7 @@ ate_attach(device_t dev)
 
        sc->use_rmii = (RD4(sc, ETH_CFG) & ETH_CFG_RMII) == ETH_CFG_RMII;
 
-       /*Sysctls*/
+       /* Sysctls */
        sctx = device_get_sysctl_ctx(dev);
        soid = device_get_sysctl_tree(dev);
        SYSCTL_ADD_UINT(sctx, SYSCTL_CHILDREN(soid), OID_AUTO, "rmii",
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to