soc: qcom: apr: fix spelling mistake: "paket" -> "packet"
authorColin Ian King <colin.king@canonical.com>
Mon, 11 Jun 2018 08:38:38 +0000 (09:38 +0100)
committerAndy Gross <andy.gross@linaro.org>
Thu, 13 Sep 2018 21:11:32 +0000 (16:11 -0500)
Trivial fix to spelling mistake in dev_err message text

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Andy Gross <andy.gross@linaro.org>
drivers/soc/qcom/apr.c

index 57af8a5373325f2895f08022629a723fb68a3d01..7f8c4c096ad2bb533acf0f7c79ddb788bd7977d4 100644 (file)
@@ -87,7 +87,7 @@ static int apr_callback(struct rpmsg_device *rpdev, void *buf,
        }
 
        if (hdr->pkt_size < APR_HDR_SIZE || hdr->pkt_size != len) {
-               dev_err(apr->dev, "APR: Wrong paket size\n");
+               dev_err(apr->dev, "APR: Wrong packet size\n");
                return -EINVAL;
        }