Skip to content

Commit

Permalink
qed: fix spelling mistake: "checksumed" -> "checksummed"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in DP_INFO message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Colin Ian King authored and David S. Miller committed Apr 30, 2018
1 parent 2cb5fb1 commit ff81de7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qed/qed_ll2.c
Original file line number Diff line number Diff line change
Expand Up @@ -2370,7 +2370,7 @@ static int qed_ll2_start_xmit(struct qed_dev *cdev, struct sk_buff *skb)
u8 flags = 0;

if (unlikely(skb->ip_summed != CHECKSUM_NONE)) {
DP_INFO(cdev, "Cannot transmit a checksumed packet\n");
DP_INFO(cdev, "Cannot transmit a checksummed packet\n");
return -EINVAL;
}

Expand Down

0 comments on commit ff81de7

Please sign in to comment.