From: Colin Ian King Date: Thu, 20 Aug 2020 07:51:36 +0000 (+0100) Subject: staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "controller" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=e4cebcae751874f46a1cb55eb5e2c1b367de3669;p=linux.git 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 Reviewed-by: Mauro Carvalho Chehab Link: https://lore.kernel.org/r/20200820075136.186199-1-colin.king@canonical.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/hikey9xx/hisi-spmi-controller.c b/drivers/staging/hikey9xx/hisi-spmi-controller.c index 66a0b296e06fc..b132b2a5d939f 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");