summaryrefslogtreecommitdiffstats
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-02-24 10:15:50 +0000
committerglebius <glebius@FreeBSD.org>2005-02-24 10:15:50 +0000
commitfd75a56290a9f8f79e65c33d2539ed9e3778a0ed (patch)
tree18d45ec1460f729ffbbc81751170762f3036a860 /sys/net/if_ethersubr.c
parent7e63660244cf6bb6bee26f4cf6aedb8c20cf3c71 (diff)
downloadFreeBSD-src-fd75a56290a9f8f79e65c33d2539ed9e3778a0ed.zip
FreeBSD-src-fd75a56290a9f8f79e65c33d2539ed9e3778a0ed.tar.gz
Fix long lines in comment introduced in previous commit.
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c
index 825c677..e2cb515 100644
--- a/sys/net/if_ethersubr.c
+++ b/sys/net/if_ethersubr.c
@@ -619,12 +619,13 @@ ether_demux(struct ifnet *ifp, struct mbuf *m)
ifp->if_nvlans > 0)) {
#ifdef DEV_CARP
/*
- * XXX: Okay, we need to call carp_forus() and - if it is for us
- * jump over code that does the normal check
+ * XXX: Okay, we need to call carp_forus() and - if it is for
+ * us jump over code that does the normal check
* "ac_enaddr == ether_dhost". The check sequence is a bit
- * different from OpenBSD, so we jump over as few code as possible,
- * to catch _all_ sanity checks. This needs evaluation, to see if
- * the carp ether_dhost values break any of these checks!
+ * different from OpenBSD, so we jump over as few code as
+ * possible, to catch _all_ sanity checks. This needs
+ * evaluation, to see if the carp ether_dhost values break any
+ * of these checks!
*/
if (ifp->if_carp && carp_forus(ifp->if_carp, eh->ether_dhost))
goto pre_stats;
OpenPOWER on IntegriCloud