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

Commit 24a24d07 authored by Colin Ian King's avatar Colin Ian King Committed by David S. Miller
Browse files

wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"



Trivial fix to spelling mistake in dev_err message.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent c6f04e93
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -162,7 +162,7 @@ static int uhdlc_init(struct ucc_hdlc_private *priv)
				ALIGNMENT_OF_UCC_HDLC_PRAM);

	if (priv->ucc_pram_offset < 0) {
		dev_err(priv->dev, "Can not allocate MURAM for hdlc prameter.\n");
		dev_err(priv->dev, "Can not allocate MURAM for hdlc parameter.\n");
		ret = -ENOMEM;
		goto free_tx_bd;
	}