Commit 20c4515a authored by Ewan D. Milne's avatar Ewan D. Milne Committed by David S. Miller

qed: fix spelling mistake "successffuly" -> "successfully"

Trivial fix to spelling mistake in qed_probe message.
Signed-off-by: default avatarEwan D. Milne <emilne@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 576cd320
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment