remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral"
authorColin Ian King <colin.king@canonical.com>
Mon, 26 Nov 2018 14:27:35 +0000 (14:27 +0000)
committerBjorn 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

index b0e07e9..1152da4 100644 (file)
@@ -622,5 +622,5 @@ static void __exit wcnss_exit(void)
 }
 module_exit(wcnss_exit);
 
-MODULE_DESCRIPTION("Qualcomm Peripherial Image Loader for Wireless Subsystem");
+MODULE_DESCRIPTION("Qualcomm Peripheral Image Loader for Wireless Subsystem");
 MODULE_LICENSE("GPL v2");