net: Spelling s/transmition/transmission/
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
f187055964
commit
88bfe6ea00
|
@ -1764,7 +1764,7 @@ static void bdx_tx_cleanup(struct bdx_priv *priv)
|
|||
WRITE_REG(priv, f->m.reg_RPTR, f->m.rptr & TXF_WPTR_WR_PTR);
|
||||
|
||||
/* We reclaimed resources, so in case the Q is stopped by xmit callback,
|
||||
* we resume the transmition and use tx_lock to synchronize with xmit.*/
|
||||
* we resume the transmission and use tx_lock to synchronize with xmit.*/
|
||||
spin_lock(&priv->tx_lock);
|
||||
priv->tx_level += tx_level;
|
||||
BDX_ASSERT(priv->tx_level <= 0 || priv->tx_level > BDX_MAX_TX_LEVEL);
|
||||
|
|
|
@ -159,7 +159,7 @@ typedef struct {
|
|||
/* Packet Descriptor Status bits */
|
||||
|
||||
#define ST_TX_EOM 0x80 /* End of frame */
|
||||
#define ST_TX_EOT 0x01 /* End of transmition */
|
||||
#define ST_TX_EOT 0x01 /* End of transmission */
|
||||
|
||||
#define ST_RX_EOM 0x80 /* End of frame */
|
||||
#define ST_RX_SHORT 0x40 /* Short frame */
|
||||
|
@ -211,7 +211,7 @@ typedef struct {
|
|||
|
||||
#define CTL_NORTS 0x01
|
||||
#define CTL_IDLE 0x10 /* Transmit an idle pattern */
|
||||
#define CTL_UDRNC 0x20 /* Idle after CRC or FCS+flag transmition */
|
||||
#define CTL_UDRNC 0x20 /* Idle after CRC or FCS+flag transmission */
|
||||
|
||||
#define ST0_TXRDY 0x02 /* TX ready */
|
||||
#define ST0_RXRDY 0x01 /* RX ready */
|
||||
|
|
|
@ -218,7 +218,7 @@ typedef struct {
|
|||
#define ST_TX_EOM 0x80 /* End of frame */
|
||||
#define ST_TX_UNDRRUN 0x08
|
||||
#define ST_TX_OWNRSHP 0x02
|
||||
#define ST_TX_EOT 0x01 /* End of transmition */
|
||||
#define ST_TX_EOT 0x01 /* End of transmission */
|
||||
|
||||
#define ST_RX_EOM 0x80 /* End of frame */
|
||||
#define ST_RX_SHORT 0x40 /* Short frame */
|
||||
|
|
|
@ -298,7 +298,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
|
|||
{
|
||||
struct sk_buff *skb;
|
||||
|
||||
pr_debug("remote asks retransmition from frame %d\n", y_nr);
|
||||
pr_debug("remote asks retransmission from frame %d\n", y_nr);
|
||||
|
||||
if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) {
|
||||
if (shdlc->t2_active) {
|
||||
|
|
Loading…
Reference in New Issue