diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-03-22 01:38:55 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2001-03-22 01:38:55 +0000 |
commit | a55cba1a5d4ffb357d5ceefa36c38b62c0f7f204 (patch) | |
tree | 3c2d44994d4c09290256c655793cbe2c19a8dba0 /sys/dev/ic/fxp.c | |
parent | 57bd5198fa3ab9cedbb0d1461c6779802902c637 (diff) |
Reformat comment.
Diffstat (limited to 'sys/dev/ic/fxp.c')
-rw-r--r-- | sys/dev/ic/fxp.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/ic/fxp.c b/sys/dev/ic/fxp.c index e6f3e4a125b..cc5a8fb3769 100644 --- a/sys/dev/ic/fxp.c +++ b/sys/dev/ic/fxp.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fxp.c,v 1.11 2001/02/20 19:39:38 mickey Exp $ */ +/* $OpenBSD: fxp.c,v 1.12 2001/03/22 01:38:05 angelos Exp $ */ /* $NetBSD: if_fxp.c,v 1.2 1997/06/05 02:01:55 thorpej Exp $ */ /* @@ -665,7 +665,8 @@ tbdinit: /* * We ran out of segments. We have to recopy this mbuf - * chain first. Bail out if we can't get the new buffers. + * chain first. Bail out if we can't get the new + * buffers. */ MGETHDR(mn, M_DONTWAIT, MT_DATA); if (mn == NULL) { |