summaryrefslogtreecommitdiffstats
path: root/drivers/staging/hikey9xx
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2020-08-20 08:51:36 +0100
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2020-08-28 12:19:15 +0200
commite4cebcae751874f46a1cb55eb5e2c1b367de3669 (patch)
treeb7dd4fd010563fa420a3af22f858ded947c2fcac /drivers/staging/hikey9xx
parent280ec2626d747acf2790f9659edfe5385094eddb (diff)
downloadlinux-stable-e4cebcae751874f46a1cb55eb5e2c1b367de3669.tar.gz
linux-stable-e4cebcae751874f46a1cb55eb5e2c1b367de3669.tar.bz2
linux-stable-e4cebcae751874f46a1cb55eb5e2c1b367de3669.zip
staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "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>
Diffstat (limited to 'drivers/staging/hikey9xx')
-rw-r--r--drivers/staging/hikey9xx/hisi-spmi-controller.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/hikey9xx/hisi-spmi-controller.c b/drivers/staging/hikey9xx/hisi-spmi-controller.c
index 66a0b296e06f..b132b2a5d939 100644
--- a/drivers/staging/hikey9xx/hisi-spmi-controller.c
+++ b/drivers/staging/hikey9xx/hisi-spmi-controller.c
@@ -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");