projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ebc40be
)
remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral"
author
Colin Ian King
<colin.king@canonical.com>
Mon, 26 Nov 2018 14:27:35 +0000
(14:27 +0000)
committer
Bjorn Andersson
<bjorn.andersson@linaro.org>
Mon, 7 Jan 2019 07:02:13 +0000
(23:02 -0800)
There is a spelling mistake in the module description text, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_wcnss.c
patch
|
blob
|
history
diff --git
a/drivers/remoteproc/qcom_wcnss.c
b/drivers/remoteproc/qcom_wcnss.c
index b0e07e9f42d5698e64baa7897d75460c28a89690..1152da49a18afd2acb4acfe2483b8f420b495c10 100644
(file)
--- a/
drivers/remoteproc/qcom_wcnss.c
+++ b/
drivers/remoteproc/qcom_wcnss.c
@@
-622,5
+622,5
@@
static void __exit wcnss_exit(void)
}
module_exit(wcnss_exit);
-MODULE_DESCRIPTION("Qualcomm Peripher
i
al Image Loader for Wireless Subsystem");
+MODULE_DESCRIPTION("Qualcomm Peripheral Image Loader for Wireless Subsystem");
MODULE_LICENSE("GPL v2");