All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Axel Lin <axel.lin@ingics.com>
Cc: Arnd Bergmann <arnd@arndb.de>,
	Andrew Morton <akpm@linux-foundation.org>,
	Kishon Vijay Abraham I <kishon@ti.com>,
	Praneeth Bajjuri <praneeth@ti.com>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] bus: omap-ocp2scp: Fix module alias
Date: Mon, 12 Oct 2015 16:07:20 -0700	[thread overview]
Message-ID: <20151012230720.GN23801@atomide.com> (raw)
In-Reply-To: <1443142302.13662.3.camel@ingics.com>

* Axel Lin <axel.lin@ingics.com> [150924 17:55]:
> 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.

I'll pick this into fixes-not-urgent for v4.4 thanks.

Tony

>  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
> 
> 
> 

      reply	other threads:[~2015-10-12 23:07 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-25  0:51 [PATCH] bus: omap-ocp2scp: Fix module alias Axel Lin
2015-10-12 23:07 ` Tony Lindgren [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20151012230720.GN23801@atomide.com \
    --to=tony@atomide.com \
    --cc=akpm@linux-foundation.org \
    --cc=arnd@arndb.de \
    --cc=axel.lin@ingics.com \
    --cc=kishon@ti.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=praneeth@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.