Skip to content

Commit c824deb

Browse files
ColinIanKingdavem330
authored andcommitted
cxgb4: clip_tbl: Fix spelling mistake "wont" -> "won't"
There are spelling mistakes in dev_err and dev_info messages. Fix them. Signed-off-by: Colin Ian King <[email protected]> Reviewed-by: Simon Horman <[email protected]> Signed-off-by: David S. Miller <[email protected]>
1 parent 3a39d67 commit c824deb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/net/ethernet/chelsio/cxgb4/clip_tbl.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ int cxgb4_clip_get(const struct net_device *dev, const u32 *lip, u8 v6)
120120
write_unlock_bh(&ctbl->lock);
121121
dev_err(adap->pdev_dev,
122122
"CLIP FW cmd failed with error %d, "
123-
"Connections using %pI6c wont be "
123+
"Connections using %pI6c won't be "
124124
"offloaded",
125125
ret, ce->addr6.sin6_addr.s6_addr);
126126
return ret;
@@ -133,7 +133,7 @@ int cxgb4_clip_get(const struct net_device *dev, const u32 *lip, u8 v6)
133133
} else {
134134
write_unlock_bh(&ctbl->lock);
135135
dev_info(adap->pdev_dev, "CLIP table overflow, "
136-
"Connections using %pI6c wont be offloaded",
136+
"Connections using %pI6c won't be offloaded",
137137
(void *)lip);
138138
return -ENOMEM;
139139
}

0 commit comments

Comments
 (0)