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

Trivial fix to spelling mistake in qed_probe message.

Signed-off-by: Ewan D. Milne <emilne@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Ewan D. Milne 2018-07-10 10:27:24 -04:00 committed by David S. Miller
parent 576cd32082
commit 20c4515a1a
1 changed files with 1 additions and 1 deletions

View File

@ -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;