diff options
Diffstat (limited to 'drivers/char/ip2')
-rw-r--r-- | drivers/char/ip2/i2hw.h | 2 | ||||
-rw-r--r-- | drivers/char/ip2/i2lib.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/ip2/i2hw.h b/drivers/char/ip2/i2hw.h index 9e5b07ca0..15fe04e74 100644 --- a/drivers/char/ip2/i2hw.h +++ b/drivers/char/ip2/i2hw.h @@ -143,7 +143,7 @@ registers, use byte operations only. // #define FIFO_DATA 0 -// Another way of passing information between the the board and the host is +// Another way of passing information between the board and the host is // through "mailboxes". Unlike a FIFO, a mailbox holds only a single byte of // data. Writing data to the mailbox causes a status bit to be set, and // potentially interrupting the intended receiver. The sender has some way to diff --git a/drivers/char/ip2/i2lib.h b/drivers/char/ip2/i2lib.h index 8e3f707d3..2a92b4391 100644 --- a/drivers/char/ip2/i2lib.h +++ b/drivers/char/ip2/i2lib.h @@ -150,7 +150,7 @@ typedef struct _i2ChanStr // though these are in the channel structure, the channel is also written // here, the easier to send it to the fifo when ready. HOWEVER, individual // packets here are NOT padded to even length: the routines for writing - // blocks to the the fifo will pad to even byte counts. + // blocks to the fifo will pad to even byte counts. // UCHAR Obuf[OBUF_SIZE+MAX_OBUF_BLOCK+4]; volatile |