Commit e4cebcae authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "controller"

There is a spelling mistake in the MODULE_ALIAS, fix it.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Reviewed-by: default avatarMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20200820075136.186199-1-colin.king@canonical.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 280ec262
...@@ -354,4 +354,4 @@ module_exit(spmi_controller_exit); ...@@ -354,4 +354,4 @@ module_exit(spmi_controller_exit);
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");
MODULE_VERSION("1.0"); MODULE_VERSION("1.0");
MODULE_ALIAS("platform:spmi_controlller"); MODULE_ALIAS("platform:spmi_controller");
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment