summaryrefslogtreecommitdiffstats
path: root/c/src/libchip/network/i82586reg.h
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 10:43:39 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2004-04-20 10:43:39 +0000
commita3d3d9aeda34fd9c4535b6d59cf90f42528d273a (patch)
tree81942c70217e54a1bead1ea20e360339e16c7be5 /c/src/libchip/network/i82586reg.h
parent2004-04-20 Ralf Corsepius <ralf_corsepius@rtems.org> (diff)
downloadrtems-a3d3d9aeda34fd9c4535b6d59cf90f42528d273a.tar.bz2
Remove stray white spaces.
Diffstat (limited to '')
-rw-r--r--c/src/libchip/network/i82586reg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/src/libchip/network/i82586reg.h b/c/src/libchip/network/i82586reg.h
index bd5024563c..6ee381b091 100644
--- a/c/src/libchip/network/i82586reg.h
+++ b/c/src/libchip/network/i82586reg.h
@@ -260,7 +260,7 @@ struct __ie_recv_buf_desc {
* All commands share this in common.
*-
struct __ie_cmd_common {
- u_int16_t ie_cmd_status; // status of this command
+ u_int16_t ie_cmd_status; // status of this command
u_int16_t ie_cmd_cmd; // command word
u_int16_t ie_cmd_link; // link to next command
};