mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-05 07:30:06 -04:00
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 <colin.i.king@gmail.com> Reviewed-by: Simon Horman <horms@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
3a39d672e7
commit
c824deb1a8
@@ -120,7 +120,7 @@ int cxgb4_clip_get(const struct net_device *dev, const u32 *lip, u8 v6)
|
|||||||
write_unlock_bh(&ctbl->lock);
|
write_unlock_bh(&ctbl->lock);
|
||||||
dev_err(adap->pdev_dev,
|
dev_err(adap->pdev_dev,
|
||||||
"CLIP FW cmd failed with error %d, "
|
"CLIP FW cmd failed with error %d, "
|
||||||
"Connections using %pI6c wont be "
|
"Connections using %pI6c won't be "
|
||||||
"offloaded",
|
"offloaded",
|
||||||
ret, ce->addr6.sin6_addr.s6_addr);
|
ret, ce->addr6.sin6_addr.s6_addr);
|
||||||
return ret;
|
return ret;
|
||||||
@@ -133,7 +133,7 @@ int cxgb4_clip_get(const struct net_device *dev, const u32 *lip, u8 v6)
|
|||||||
} else {
|
} else {
|
||||||
write_unlock_bh(&ctbl->lock);
|
write_unlock_bh(&ctbl->lock);
|
||||||
dev_info(adap->pdev_dev, "CLIP table overflow, "
|
dev_info(adap->pdev_dev, "CLIP table overflow, "
|
||||||
"Connections using %pI6c wont be offloaded",
|
"Connections using %pI6c won't be offloaded",
|
||||||
(void *)lip);
|
(void *)lip);
|
||||||
return -ENOMEM;
|
return -ENOMEM;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user