Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Sep 2009 09:03:23 +0000 (UTC)
From:      Marko Zec <zec@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r197306 - head/sys/net
Message-ID:  <200909180903.n8I93NQF083949@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909180903.n8I93NQF083949>