From: Jonathan Cameron <jic23@kernel.org>
To: Axel Lin <axel.lin@ingics.com>
Cc: Oleksandr Kozaruk <oleksandr.kozaruk@ti.com>,
Hartmut Knaack <knaack.h@gmx.de>,
Lars-Peter Clausen <lars@metafoo.de>,
Peter Meerwald <pmeerw@pmeerw.net>,
"linux-iio@vger.kernel.org" <linux-iio@vger.kernel.org>
Subject: Re: [PATCH] iio: adc: twl6030-gpadc: Fix modalias
Date: Sat, 23 May 2015 12:31:58 +0100 [thread overview]
Message-ID: <5560652E.8060800@kernel.org> (raw)
In-Reply-To: <1432083200.7013.0.camel@ingics.com>
On 20/05/15 01:53, Axel Lin wrote:
> Remove extra space between platform prefix and DRIVER_NAME in MODULE_ALIAS.
>
> Signed-off-by: Axel Lin <axel.lin@ingics.com>
Applied to the fixes-togreg branch of iio.git and marked for stable.
Thanks,
Jonathan
> ---
> drivers/iio/adc/twl6030-gpadc.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/iio/adc/twl6030-gpadc.c b/drivers/iio/adc/twl6030-gpadc.c
> index 89d8aa1..df12c57 100644
> --- a/drivers/iio/adc/twl6030-gpadc.c
> +++ b/drivers/iio/adc/twl6030-gpadc.c
> @@ -1001,7 +1001,7 @@ static struct platform_driver twl6030_gpadc_driver = {
>
> module_platform_driver(twl6030_gpadc_driver);
>
> -MODULE_ALIAS("platform: " DRIVER_NAME);
> +MODULE_ALIAS("platform:" DRIVER_NAME);
> MODULE_AUTHOR("Balaji T K <balajitk@ti.com>");
> MODULE_AUTHOR("Graeme Gregory <gg@slimlogic.co.uk>");
> MODULE_AUTHOR("Oleksandr Kozaruk <oleksandr.kozaruk@ti.com");
>
prev parent reply other threads:[~2015-05-23 11:32 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-20 0:53 [PATCH] iio: adc: twl6030-gpadc: Fix modalias Axel Lin
2015-05-23 11:31 ` Jonathan Cameron [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=5560652E.8060800@kernel.org \
--to=jic23@kernel.org \
--cc=axel.lin@ingics.com \
--cc=knaack.h@gmx.de \
--cc=lars@metafoo.de \
--cc=linux-iio@vger.kernel.org \
--cc=oleksandr.kozaruk@ti.com \
--cc=pmeerw@pmeerw.net \
/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.