summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authortsutsui <tsutsui@NetBSD.org>2009-04-18 14:58:02 +0000
committertsutsui <tsutsui@NetBSD.org>2009-04-18 14:58:02 +0000
commitd779b85d3e27cbc6415031c4446bef314272b7be (patch)
tree5836c2c63744b89d48a9207fb26e15108d8346bb /sys/dev/usb
parent86340eaa2bc29d659f84a5fcd4ec8e1c545a7e3b (diff)
Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/if_cdce.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/usb/if_cdce.c b/sys/dev/usb/if_cdce.c
index fec4587e57e..eddd65fbf60 100644
--- a/sys/dev/usb/if_cdce.c
+++ b/sys/dev/usb/if_cdce.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_cdce.c,v 1.20 2009/03/18 17:06:50 cegger Exp $ */
+/* $NetBSD: if_cdce.c,v 1.21 2009/04/18 14:58:04 tsutsui Exp $ */
/*
* Copyright (c) 1997, 1998, 1999, 2000-2003 Bill Paul <wpaul@windriver.com>
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.20 2009/03/18 17:06:50 cegger Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_cdce.c,v 1.21 2009/04/18 14:58:04 tsutsui Exp $");
#include "bpfilter.h"
#ifdef __NetBSD__
#include "opt_inet.h"
@@ -344,7 +344,7 @@ cdce_encap(struct cdce_softc *sc, struct mbuf *m, int idx)
u_int32_t crc;
crc = cdce_crc32(c->cdce_buf, m->m_pkthdr.len);
- memcpy( c->cdce_buf + m->m_pkthdr.len, &crc, 4);
+ memcpy(c->cdce_buf + m->m_pkthdr.len, &crc, 4);
extra = 4;
}
c->cdce_mbuf = m;