[PATCH][next] firmware: imx: Fix spelling mistake "mismatced" -> "mismatched"

Colin Ian King <[email protected]>
Newsgroups gmane.linux.kernel.janitors,gmane.linux.ports.arm.kernel,gmane.linux.kernel
Message-ID <[email protected]>
There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
 drivers/firmware/imx/ele_common.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/firmware/imx/ele_common.c b/drivers/firmware/imx/ele_common.c
index 78440f62bf92..e5117a1f1995 100644
--- a/drivers/firmware/imx/ele_common.c
+++ b/drivers/firmware/imx/ele_common.c
@@ -110,7 +110,7 @@ int ele_msg_send(struct se_if_device_ctx *dev_ctx,
 	 */
 	if (header->size << 2 != tx_msg_sz) {
 		dev_err(dev_ctx->priv->dev,
-			"%s: User buf hdr: 0x%x, sz mismatced with input-sz (%d != %d).",
+			"%s: User buf hdr: 0x%x, sz mismatched with input-sz (%d != %d).",
 			dev_ctx->devname, *(u32 *)header, header->size << 2, tx_msg_sz);
 		return -EINVAL;
 	}
-- 
2.53.0
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.