projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
867d4aa
)
soc: qcom: apr: fix spelling mistake: "paket" -> "packet"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 11 Jun 2018 08:38:38 +0000
(09:38 +0100)
committer
Andy 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
patch
|
blob
|
history
diff --git
a/drivers/soc/qcom/apr.c
b/drivers/soc/qcom/apr.c
index 57af8a5373325f2895f08022629a723fb68a3d01..7f8c4c096ad2bb533acf0f7c79ddb788bd7977d4 100644
(file)
--- a/
drivers/soc/qcom/apr.c
+++ b/
drivers/soc/qcom/apr.c
@@
-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 pa
c
ket size\n");
return -EINVAL;
}