summaryrefslogtreecommitdiffstats
path: root/sys/dev/vx
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2002-10-02 09:09:25 +0000
committerphk <phk@FreeBSD.org>2002-10-02 09:09:25 +0000
commit76d8452fbf18bce17a23e44b82b63c40eae1a607 (patch)
treec214d8704bb52b09008782c20f588c51ad68e54b /sys/dev/vx
parenteb28a1f9053e6980a29301c525759024b6385e31 (diff)
downloadFreeBSD-src-76d8452fbf18bce17a23e44b82b63c40eae1a607.zip
FreeBSD-src-76d8452fbf18bce17a23e44b82b63c40eae1a607.tar.gz
Fix mis-indentation.
Spotted by: FlexeLint
Diffstat (limited to 'sys/dev/vx')
-rw-r--r--sys/dev/vx/if_vx.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/vx/if_vx.c b/sys/dev/vx/if_vx.c
index 447982c..2062cda 100644
--- a/sys/dev/vx/if_vx.c
+++ b/sys/dev/vx/if_vx.c
@@ -404,11 +404,11 @@ startagain:
return;
}
/* We need to use m->m_pkthdr.len, so require the header */
- if ((m->m_flags & M_PKTHDR) == 0)
+ if ((m->m_flags & M_PKTHDR) == 0)
panic("vxstart: no header mbuf");
- len = m->m_pkthdr.len;
+ len = m->m_pkthdr.len;
- pad = (4 - len) & 3;
+ pad = (4 - len) & 3;
/*
* The 3c509 automatically pads short packets to minimum ethernet length,
OpenPOWER on IntegriCloud