[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220104131030.1674733-1-hi@alyssa.is>
Date: Tue, 4 Jan 2022 13:10:28 +0000
From: Alyssa Ross <hi@...ssa.is>
To: Karol Gugala <kgugala@...micro.com>,
Mateusz Holenko <mholenko@...micro.com>,
Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
Jiri Slaby <jirislaby@...nel.org>,
Filip Kokosinski <fkokosinski@...micro.com>,
Stafford Horne <shorne@...il.com>
Cc: Alyssa Ross <hi@...ssa.is>,
linux-serial@...r.kernel.org (open list:SERIAL DRIVERS),
linux-kernel@...r.kernel.org (open list)
Subject: [PATCH] serial: liteuart: fix MODULE_ALIAS
modprobe can't handle spaces in aliases.
Fixes: 1da81e5562fa ("drivers/tty/serial: add LiteUART driver")
Signed-off-by: Alyssa Ross <hi@...ssa.is>
---
drivers/tty/serial/liteuart.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/tty/serial/liteuart.c b/drivers/tty/serial/liteuart.c
index 2941659e5274..7f74bf7bdcff 100644
--- a/drivers/tty/serial/liteuart.c
+++ b/drivers/tty/serial/liteuart.c
@@ -436,4 +436,4 @@ module_exit(liteuart_exit);
MODULE_AUTHOR("Antmicro <www.antmicro.com>");
MODULE_DESCRIPTION("LiteUART serial driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("platform: liteuart");
+MODULE_ALIAS("platform:liteuart");
base-commit: c9e6606c7fe92b50a02ce51dda82586ebdf99b48
--
2.33.0
Powered by blists - more mailing lists