Commit fff7fca5 authored by Colin Ian King's avatar Colin Ian King Committed by Bjorn Andersson
Browse files

remoteproc: qcom: fix spelling mistake "Peripherial" -> "Peripheral"



There is a spelling mistake in the module description text, fix it.

Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent ebc40be2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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");