mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 15:12:13 +02:00
nfp: Fix spelling mistake "tha" -> "the"
There is a spelling mistake in a nn_dp_warn message. Fix it. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Reviewed-by: Simon Horman <simon.horman@corigine.com> Link: https://lore.kernel.org/r/20221207094312.2281493-1-colin.i.king@gmail.com Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
parent
17961a37ce
commit
3df96774a4
|
|
@ -503,7 +503,7 @@ nfp_ccm_mbox_msg_prepare(struct nfp_net *nn, struct sk_buff *skb,
|
|||
max_len = max(max_reply_size, round_up(skb->len, 4));
|
||||
if (max_len > mbox_max) {
|
||||
nn_dp_warn(&nn->dp,
|
||||
"message too big for tha mailbox: %u/%u vs %u\n",
|
||||
"message too big for the mailbox: %u/%u vs %u\n",
|
||||
skb->len, max_reply_size, mbox_max);
|
||||
return -EMSGSIZE;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user