Commit 35aac0ba authored by Colin Ian King's avatar Colin Ian King Committed by Andy Gross

soc: qcom: apr: fix spelling mistake: "paket" -> "packet"

Trivial fix to spelling mistake in dev_err message text
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarAndy Gross <andy.gross@linaro.org>
parent 867d4aa7
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment