From: Colin Ian King Date: Mon, 26 Nov 2018 14:27:35 +0000 (+0000) Subject: remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fff7fca51d400e67403efacf25612d8690e939c1;p=linux.git remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral" There is a spelling mistake in the module description text, fix it. Signed-off-by: Colin Ian King Signed-off-by: Bjorn Andersson --- diff --git a/drivers/remoteproc/qcom_wcnss.c b/drivers/remoteproc/qcom_wcnss.c index b0e07e9f42d56..1152da49a18af 100644 --- 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 Peripherial Image Loader for Wireless Subsystem"); +MODULE_DESCRIPTION("Qualcomm Peripheral Image Loader for Wireless Subsystem"); MODULE_LICENSE("GPL v2");