mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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:
parent
576cd32082
commit
20c4515a1a
1 changed files with 1 additions and 1 deletions
|
@ -371,7 +371,7 @@ static struct qed_dev *qed_probe(struct pci_dev *pdev,
|
||||||
goto err2;
|
goto err2;
|
||||||
}
|
}
|
||||||
|
|
||||||
DP_INFO(cdev, "qed_probe completed successffuly\n");
|
DP_INFO(cdev, "qed_probe completed successfully\n");
|
||||||
|
|
||||||
return cdev;
|
return cdev;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue