* [PATCH][next] staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "controller
@ 2020-08-20 7:51 Colin King
2020-08-25 9:17 ` [PATCH][next] staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "contro Mauro Carvalho Chehab
0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2020-08-20 7:51 UTC (permalink / raw)
To: Mauro Carvalho Chehab, Greg Kroah-Hartman, devel
Cc: kernel-janitors, linux-kernel
From: Colin Ian King <colin.king@canonical.com>
There is a spelling mistake in the MODULE_ALIAS, fix it.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
drivers/staging/hikey9xx/hisi-spmi-controller.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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");
--
2.27.0
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH][next] staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "contro
2020-08-20 7:51 [PATCH][next] staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "controller Colin King
@ 2020-08-25 9:17 ` Mauro Carvalho Chehab
0 siblings, 0 replies; 2+ messages in thread
From: Mauro Carvalho Chehab @ 2020-08-25 9:17 UTC (permalink / raw)
To: Colin King; +Cc: devel, Greg Kroah-Hartman, kernel-janitors, linux-kernel
Em Thu, 20 Aug 2020 08:51:36 +0100
Colin King <colin.king@canonical.com> escreveu:
> From: Colin Ian King <colin.king@canonical.com>
>
> 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>
> ---
> drivers/staging/hikey9xx/hisi-spmi-controller.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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");
Thanks,
Mauro
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-25 9:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-20 7:51 [PATCH][next] staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "controller Colin King
2020-08-25 9:17 ` [PATCH][next] staging: spmi: hisi-spmi-controller: fix spelling mistake "controlller" -> "contro Mauro Carvalho Chehab
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).