Skip to content

Commit

Permalink
qed: fix spelling mistake "successffuly" -> "successfully"
Browse files Browse the repository at this point in the history
Trivial fix to spelling mistake in qed_probe message.

Signed-off-by: Ewan D. Milne <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Ewan D. Milne authored and davem330 committed Jul 12, 2018
1 parent 576cd32 commit 20c4515
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/net/ethernet/qlogic/qed/qed_main.c
Original file line number Diff line number Diff line change
@@ -371,7 +371,7 @@ static struct qed_dev *qed_probe(struct pci_dev *pdev,
goto err2;
}

DP_INFO(cdev, "qed_probe completed successffuly\n");
DP_INFO(cdev, "qed_probe completed successfully\n");

return cdev;

0 comments on commit 20c4515

Please sign in to comment.