svn commit: r197306 - head/sys/net

Marko Zec zec at FreeBSD.org
Fri Sep 18 09:03:23 UTC 2009


Author: zec
Date: Fri Sep 18 09:03:23 2009
New Revision: 197306
URL: http://svn.freebsd.org/changeset/base/197306

Log:
  Style fix - break too long a line in two.
  
  Spotted by:	bz
  MFC after:	3 days

Modified:
  head/sys/net/if_llatbl.c

Modified: head/sys/net/if_llatbl.c
==============================================================================
--- head/sys/net/if_llatbl.c	Fri Sep 18 08:02:56 2009	(r197305)
+++ head/sys/net/if_llatbl.c	Fri Sep 18 09:03:23 2009	(r197306)
@@ -377,5 +377,6 @@ vnet_lltable_init()
 
 	SLIST_INIT(&V_lltables);
 }
-VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST, vnet_lltable_init, NULL);
+VNET_SYSINIT(vnet_lltable_init, SI_SUB_PSEUDO, SI_ORDER_FIRST,
+    vnet_lltable_init, NULL);
 


More information about the svn-src-all mailing list