Skip to content

Commit

Permalink
staging: spmi: hisi-spmi-controller: fix spelling mistake "controllle…
Browse files Browse the repository at this point in the history
…r" -> "controller"

There is a spelling mistake in the MODULE_ALIAS, fix it.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/20200820075136.186199-1-colin.king@canonical.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Colin Ian King authored and Greg Kroah-Hartman committed Aug 28, 2020
1 parent 280ec26 commit e4cebca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/hikey9xx/hisi-spmi-controller.c
Original file line number Diff line number Diff line change
Expand Up @@ -354,4 +354,4 @@ module_exit(spmi_controller_exit);

MODULE_LICENSE("GPL v2");
MODULE_VERSION("1.0");
MODULE_ALIAS("platform:spmi_controlller");
MODULE_ALIAS("platform:spmi_controller");

0 comments on commit e4cebca

Please sign in to comment.