Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;