Skip to content

Commit 88bfe6e

Browse files
Geert Uytterhoevendavem330
authored andcommitted
net: Spelling s/transmition/transmission/
Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent f187055 commit 88bfe6e

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

drivers/net/ethernet/tehuti/tehuti.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1764,7 +1764,7 @@ static void bdx_tx_cleanup(struct bdx_priv *priv)
17641764
WRITE_REG(priv, f->m.reg_RPTR, f->m.rptr & TXF_WPTR_WR_PTR);
17651765

17661766
/* We reclaimed resources, so in case the Q is stopped by xmit callback,
1767-
* we resume the transmition and use tx_lock to synchronize with xmit.*/
1767+
* we resume the transmission and use tx_lock to synchronize with xmit.*/
17681768
spin_lock(&priv->tx_lock);
17691769
priv->tx_level += tx_level;
17701770
BDX_ASSERT(priv->tx_level <= 0 || priv->tx_level > BDX_MAX_TX_LEVEL);

drivers/net/wan/hd64570.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ typedef struct {
159159
/* Packet Descriptor Status bits */
160160

161161
#define ST_TX_EOM 0x80 /* End of frame */
162-
#define ST_TX_EOT 0x01 /* End of transmition */
162+
#define ST_TX_EOT 0x01 /* End of transmission */
163163

164164
#define ST_RX_EOM 0x80 /* End of frame */
165165
#define ST_RX_SHORT 0x40 /* Short frame */
@@ -211,7 +211,7 @@ typedef struct {
211211

212212
#define CTL_NORTS 0x01
213213
#define CTL_IDLE 0x10 /* Transmit an idle pattern */
214-
#define CTL_UDRNC 0x20 /* Idle after CRC or FCS+flag transmition */
214+
#define CTL_UDRNC 0x20 /* Idle after CRC or FCS+flag transmission */
215215

216216
#define ST0_TXRDY 0x02 /* TX ready */
217217
#define ST0_RXRDY 0x01 /* RX ready */

drivers/net/wan/hd64572.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ typedef struct {
218218
#define ST_TX_EOM 0x80 /* End of frame */
219219
#define ST_TX_UNDRRUN 0x08
220220
#define ST_TX_OWNRSHP 0x02
221-
#define ST_TX_EOT 0x01 /* End of transmition */
221+
#define ST_TX_EOT 0x01 /* End of transmission */
222222

223223
#define ST_RX_EOM 0x80 /* End of frame */
224224
#define ST_RX_SHORT 0x40 /* Short frame */

net/nfc/hci/llc_shdlc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ static void llc_shdlc_rcv_rej(struct llc_shdlc *shdlc, int y_nr)
298298
{
299299
struct sk_buff *skb;
300300

301-
pr_debug("remote asks retransmition from frame %d\n", y_nr);
301+
pr_debug("remote asks retransmission from frame %d\n", y_nr);
302302

303303
if (llc_shdlc_x_lteq_y_lt_z(shdlc->dnr, y_nr, shdlc->ns)) {
304304
if (shdlc->t2_active) {

0 commit comments

Comments
 (0)