mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH RESEND] bus: omap-ocp2scp: Fix modalias
@ 2015-08-14 10:02 Axel Lin
  0 siblings, 0 replies; only message in thread
From: Axel Lin @ 2015-08-14 10:02 UTC (permalink / raw)
  To: Tony Lindgren, Arnd Bergmann
  Cc: Kishon Vijay Abraham I, Praneeth Bajjuri, linux-kernel

Remove extra space between platform prefix and driver name in MODULE_ALIAS.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
---
This patch was sent on https://lkml.org/lkml/2015/5/19/1150
No response so far, so here is a resend.
 drivers/bus/omap-ocp2scp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bus/omap-ocp2scp.c b/drivers/bus/omap-ocp2scp.c
index 9f18569..bf500e0 100644
--- a/drivers/bus/omap-ocp2scp.c
+++ b/drivers/bus/omap-ocp2scp.c
@@ -117,7 +117,7 @@ static struct platform_driver omap_ocp2scp_driver = {
 
 module_platform_driver(omap_ocp2scp_driver);
 
-MODULE_ALIAS("platform: omap-ocp2scp");
+MODULE_ALIAS("platform:omap-ocp2scp");
 MODULE_AUTHOR("Texas Instruments Inc.");
 MODULE_DESCRIPTION("OMAP OCP2SCP driver");
 MODULE_LICENSE("GPL v2");
-- 
2.1.0




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-08-14 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-08-14 10:02 [PATCH RESEND] bus: omap-ocp2scp: Fix modalias Axel Lin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome