Skip to content
This repository has been archived by the owner on Sep 24, 2020. It is now read-only.

Commit

Permalink
qed: fix spelling mistake: "offloded" -> "offloaded"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in DP_NOTICE message

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 davem330 committed May 3, 2018
1 parent 4e11581 commit df80b8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qed/qed_roce.c
Original file line number Diff line number Diff line change
Expand Up @@ -848,7 +848,7 @@ int qed_roce_query_qp(struct qed_hwfn *p_hwfn,

if (!(qp->resp_offloaded)) {
DP_NOTICE(p_hwfn,
"The responder's qp should be offloded before requester's\n");
"The responder's qp should be offloaded before requester's\n");
return -EINVAL;
}

Expand Down

0 comments on commit df80b8f

Please sign in to comment.