diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-18 22:19:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1999-05-18 22:19:45 +0000 |
commit | c03667dbf4562ada49e5610b8a308e6b96bce2d1 (patch) | |
tree | d1be648ab404c392e5f9158f06232e7471f9fd09 /sys/dev | |
parent | 7dd1ed068118139d903cd3fc6c6c8eef2d853da7 (diff) |
indent nit
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/pcmcia/if_xe.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/pcmcia/if_xe.c b/sys/dev/pcmcia/if_xe.c index b121869a1c1..5d8bb2f7dba 100644 --- a/sys/dev/pcmcia/if_xe.c +++ b/sys/dev/pcmcia/if_xe.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_xe.c,v 1.1 1999/05/18 19:18:21 niklas Exp $ */ +/* $OpenBSD: if_xe.c,v 1.2 1999/05/18 22:19:44 niklas Exp $ */ /* * Copyright (c) 1999 Niklas Hallqvist, C Stone, Job de Haas @@ -1102,8 +1102,8 @@ xe_start(ifp) if (m->m_len & 1) bus_space_write_1(bst, bsh, offset + EDP, *(mtod(m, u_int8_t *) + m->m_len - 1)); - MFREE(m, m0); - m = m0; + MFREE(m, m0); + m = m0; } for (; pad > 0; pad--) bus_space_write_1(bst, bsh, offset + EDP, 0); |