PERFORCE change 161048 for review

Marko Zec zec at FreeBSD.org
Fri Apr 24 21:24:53 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=161048

Change 161048 by zec at zec_tpx32 on 2009/04/24 21:24:26

	Trailing dot in a comment per style(9).
	
	Pointed out by:	bz

Affected files ...

.. //depot/projects/vimage-commit/src/sys/netgraph/ng_ether.c#12 edit

Differences ...

==== //depot/projects/vimage-commit/src/sys/netgraph/ng_ether.c#12 (text+ko) ====

@@ -826,7 +826,7 @@
 	INIT_VNET_NET(curvnet);
 	struct ifnet *ifp;
 
-	/* Create nodes for any already-existing Ethernet interfaces */
+	/* Create nodes for any already-existing Ethernet interfaces. */
 	IFNET_RLOCK();
 	TAILQ_FOREACH(ifp, &V_ifnet, if_link) {
 		if (ifp->if_type == IFT_ETHER


More information about the p4-projects mailing list