Module Name:    src
Committed By:   yamt
Date:           Tue Jun  9 22:26:49 UTC 2009

Modified Files:
        src/sys/net/agr: if_agrether.c

Log Message:
comment style.  no functional change.


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 src/sys/net/agr/if_agrether.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/net/agr/if_agrether.c
diff -u src/sys/net/agr/if_agrether.c:1.7 src/sys/net/agr/if_agrether.c:1.8
--- src/sys/net/agr/if_agrether.c:1.7	Fri May 29 04:57:05 2009
+++ src/sys/net/agr/if_agrether.c	Tue Jun  9 22:26:49 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_agrether.c,v 1.7 2009/05/29 04:57:05 darran Exp $	*/
+/*	$NetBSD: if_agrether.c,v 1.8 2009/06/09 22:26:49 yamt Exp $	*/
 
 /*-
  * Copyright (c)2005 YAMAMOTO Takashi,
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_agrether.c,v 1.7 2009/05/29 04:57:05 darran Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_agrether.c,v 1.8 2009/06/09 22:26:49 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/callout.h>
@@ -98,7 +98,8 @@
 	agr_mc_init(sc, &priv->aep_multiaddrs);
 
 	sc->sc_iftprivate = priv;
-	/* inherit ports capabilities
+	/*
+	 * inherit ports capabilities
 	 * XXX this really needs to be the intersection of all
 	 * ports capabilities, not just the latest port.
 	 * Okay if ports are the same.

Reply via email to