2019-04-01 08:19:03

by Bartosz Golaszewski

[permalink] [raw]
Subject: [PATCH] drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()

From: Bartosz Golaszewski <[email protected]>

It should have been 'management' not 'managemend'.

Fixes: 7945f929f1a7 ("drivers: provide devm_platform_ioremap_resource()")
Signed-off-by: Bartosz Golaszewski <[email protected]>
---
drivers/base/platform.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/base/platform.c b/drivers/base/platform.c
index dab0a5abc391..09c00d91094c 100644
--- a/drivers/base/platform.c
+++ b/drivers/base/platform.c
@@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
* device
*
* @pdev: platform device to use both for memory resource lookup as well as
- * resource managemend
+ * resource management
* @index: resource index
*/
#ifdef CONFIG_HAS_IOMEM
--
2.21.0


2019-04-01 08:28:18

by Rafael J. Wysocki

[permalink] [raw]
Subject: Re: [PATCH] drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()

On Mon, Apr 1, 2019 at 10:16 AM Bartosz Golaszewski <[email protected]> wrote:
>
> From: Bartosz Golaszewski <[email protected]>
>
> It should have been 'management' not 'managemend'.
>
> Fixes: 7945f929f1a7 ("drivers: provide devm_platform_ioremap_resource()")
> Signed-off-by: Bartosz Golaszewski <[email protected]>

Reviewed-by: Rafael J. Wysocki <[email protected]>

> ---
> drivers/base/platform.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/base/platform.c b/drivers/base/platform.c
> index dab0a5abc391..09c00d91094c 100644
> --- a/drivers/base/platform.c
> +++ b/drivers/base/platform.c
> @@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
> * device
> *
> * @pdev: platform device to use both for memory resource lookup as well as
> - * resource managemend
> + * resource management
> * @index: resource index
> */
> #ifdef CONFIG_HAS_IOMEM
> --
> 2.21.0
>

2019-04-01 10:23:58

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()


On 4/1/2019 1:46 PM, Bartosz Golaszewski wrote:
> From: Bartosz Golaszewski <[email protected]>
>
> It should have been 'management' not 'managemend'.
>
> Fixes: 7945f929f1a7 ("drivers: provide devm_platform_ioremap_resource()")
> Signed-off-by: Bartosz Golaszewski <[email protected]>
> ---
> drivers/base/platform.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/base/platform.c b/drivers/base/platform.c
> index dab0a5abc391..09c00d91094c 100644
> --- a/drivers/base/platform.c
> +++ b/drivers/base/platform.c
> @@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
> * device
> *
> * @pdev: platform device to use both for memory resource lookup as well as
> - * resource managemend
> + * resource management


:-)

Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh

> * @index: resource index
> */
> #ifdef CONFIG_HAS_IOMEM

2019-04-10 08:04:42

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()

pon., 1 kwi 2019 o 12:23 Mukesh Ojha <[email protected]> napisał(a):
>
>
> On 4/1/2019 1:46 PM, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <[email protected]>
> >
> > It should have been 'management' not 'managemend'.
> >
> > Fixes: 7945f929f1a7 ("drivers: provide devm_platform_ioremap_resource()")
> > Signed-off-by: Bartosz Golaszewski <[email protected]>
> > ---
> > drivers/base/platform.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/base/platform.c b/drivers/base/platform.c
> > index dab0a5abc391..09c00d91094c 100644
> > --- a/drivers/base/platform.c
> > +++ b/drivers/base/platform.c
> > @@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
> > * device
> > *
> > * @pdev: platform device to use both for memory resource lookup as well as
> > - * resource managemend
> > + * resource management
>
>
> :-)
>
> Reviewed-by: Mukesh Ojha <[email protected]>
>
> Cheers,
> -Mukesh
>
> > * @index: resource index
> > */
> > #ifdef CONFIG_HAS_IOMEM

Hi Greg,

can you pick this one up into your tree?

Thanks in advance,
Bartosz

2019-04-23 09:38:39

by Bartosz Golaszewski

[permalink] [raw]
Subject: Re: [PATCH] drivers: fix a typo in the kernel doc for devm_platform_ioremap_resource()

śr., 10 kwi 2019 o 09:50 Bartosz Golaszewski <[email protected]> napisał(a):
>
> pon., 1 kwi 2019 o 12:23 Mukesh Ojha <[email protected]> napisał(a):
> >
> >
> > On 4/1/2019 1:46 PM, Bartosz Golaszewski wrote:
> > > From: Bartosz Golaszewski <[email protected]>
> > >
> > > It should have been 'management' not 'managemend'.
> > >
> > > Fixes: 7945f929f1a7 ("drivers: provide devm_platform_ioremap_resource()")
> > > Signed-off-by: Bartosz Golaszewski <[email protected]>
> > > ---
> > > drivers/base/platform.c | 2 +-
> > > 1 file changed, 1 insertion(+), 1 deletion(-)
> > >
> > > diff --git a/drivers/base/platform.c b/drivers/base/platform.c
> > > index dab0a5abc391..09c00d91094c 100644
> > > --- a/drivers/base/platform.c
> > > +++ b/drivers/base/platform.c
> > > @@ -84,7 +84,7 @@ EXPORT_SYMBOL_GPL(platform_get_resource);
> > > * device
> > > *
> > > * @pdev: platform device to use both for memory resource lookup as well as
> > > - * resource managemend
> > > + * resource management
> >
> >
> > :-)
> >
> > Reviewed-by: Mukesh Ojha <[email protected]>
> >
> > Cheers,
> > -Mukesh
> >
> > > * @index: resource index
> > > */
> > > #ifdef CONFIG_HAS_IOMEM
>
> Hi Greg,
>
> can you pick this one up into your tree?
>
> Thanks in advance,
> Bartosz

Ping.

Bart