Skip to content

Commit

Permalink
dmaengine: fsl-dpaa2-qdma: Fix spelling mistake "faile" -> "failed"
Browse files Browse the repository at this point in the history
There is a spelling mistake in a dev_err error message. Fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Link: https://lore.kernel.org/r/20210826122500.13743-1-colin.king@canonical.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
  • Loading branch information
Colin Ian King authored and Vinod Koul committed Aug 29, 2021
1 parent cf84a4b commit 64d57d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/dma/fsl-dpaa2-qdma/dpaa2-qdma.c
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ static int dpaa2_qdma_probe(struct fsl_mc_device *dpdmai_dev)
/* DPDMAI enable */
err = dpdmai_enable(priv->mc_io, 0, dpdmai_dev->mc_handle);
if (err) {
dev_err(dev, "dpdmai_enable() faile\n");
dev_err(dev, "dpdmai_enable() failed\n");
goto err_enable;
}

Expand Down

0 comments on commit 64d57d2

Please sign in to comment.