mirror of https://gitee.com/openkylin/linux.git
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
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue