Author: rwatson
Date: Mon May 31 22:29:48 2010
New Revision: 208681
URL: http://svn.freebsd.org/changeset/base/208681

Log:
  Merge r204498 from head to stable/8:
  
    Whitespace tweak.
  
  Approved by:  re (kib)

Modified:
  stable/8/sys/net/netisr.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/net/netisr.h
==============================================================================
--- stable/8/sys/net/netisr.h   Mon May 31 22:27:08 2010        (r208680)
+++ stable/8/sys/net/netisr.h   Mon May 31 22:29:48 2010        (r208681)
@@ -85,7 +85,7 @@
  * can rebalance work.
  */
 struct mbuf;
-typedef void            netisr_handler_t (struct mbuf *m);
+typedef void            netisr_handler_t(struct mbuf *m);
 typedef struct mbuf    *netisr_m2cpuid_t(struct mbuf *m, uintptr_t source,
                         u_int *cpuid);
 typedef        struct mbuf     *netisr_m2flow_t(struct mbuf *m, uintptr_t 
source);
_______________________________________________
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