public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bus: omap-ocp2scp: Fix module alias
@ 2015-09-25  0:51 Axel Lin
  2015-10-12 23:07 ` Tony Lindgren
  0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2015-09-25  0:51 UTC (permalink / raw)
  To: Tony Lindgren, Arnd Bergmann, Andrew Morton
  Cc: Kishon Vijay Abraham I, Praneeth Bajjuri,
	linux-kernel@vger.kernel.org

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
Re-sent on https://lkml.org/lkml/2015/8/14/141
No response so far, so CC Andrew.

 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 related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-12 23:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-25  0:51 [PATCH] bus: omap-ocp2scp: Fix module alias Axel Lin
2015-10-12 23:07 ` Tony Lindgren

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