wan/fsl_ucc_hdlc: fix spelling mistake "prameter" -> "parameter"
Trivial fix to spelling mistake in dev_err message. Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Родитель
c6f04e93cb
Коммит
24a24d07d6
|
@ -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;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче