* [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc
@ 2018-02-08 19:09 Mike Rapoport
2018-02-08 19:17 ` Randy Dunlap
0 siblings, 1 reply; 3+ messages in thread
From: Mike Rapoport @ 2018-02-08 19:09 UTC (permalink / raw)
To: Andrew Morton; +Cc: linux-mm, lkml, Mike Rapoport
Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
---
mm/zpool.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/mm/zpool.c b/mm/zpool.c
index f8cb83e7699b..9d53a1ef8f1e 100644
--- a/mm/zpool.c
+++ b/mm/zpool.c
@@ -360,7 +360,7 @@ u64 zpool_get_total_size(struct zpool *zpool)
/**
* zpool_evictable() - Test if zpool is potentially evictable
- * @pool The zpool to test
+ * @zpool The zpool to test
*
* Zpool is only potentially evictable when it's created with struct
* zpool_ops.evict and its driver implements struct zpool_driver.shrink.
--
2.7.4
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc
2018-02-08 19:09 [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc Mike Rapoport
@ 2018-02-08 19:17 ` Randy Dunlap
2018-02-09 10:57 ` Mike Rapoport
0 siblings, 1 reply; 3+ messages in thread
From: Randy Dunlap @ 2018-02-08 19:17 UTC (permalink / raw)
To: Mike Rapoport, Andrew Morton; +Cc: linux-mm, lkml
On 02/08/2018 11:09 AM, Mike Rapoport wrote:
> Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
> ---
> mm/zpool.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/zpool.c b/mm/zpool.c
> index f8cb83e7699b..9d53a1ef8f1e 100644
> --- a/mm/zpool.c
> +++ b/mm/zpool.c
> @@ -360,7 +360,7 @@ u64 zpool_get_total_size(struct zpool *zpool)
>
> /**
> * zpool_evictable() - Test if zpool is potentially evictable
> - * @pool The zpool to test
> + * @zpool The zpool to test
+ * @zpool: The zpool to test
> *
> * Zpool is only potentially evictable when it's created with struct
> * zpool_ops.evict and its driver implements struct zpool_driver.shrink.
>
--
~Randy
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc
2018-02-08 19:17 ` Randy Dunlap
@ 2018-02-09 10:57 ` Mike Rapoport
0 siblings, 0 replies; 3+ messages in thread
From: Mike Rapoport @ 2018-02-09 10:57 UTC (permalink / raw)
To: Randy Dunlap; +Cc: Andrew Morton, linux-mm, lkml
On Thu, Feb 08, 2018 at 11:17:33AM -0800, Randy Dunlap wrote:
> On 02/08/2018 11:09 AM, Mike Rapoport wrote:
> > Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
> > ---
> > mm/zpool.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/mm/zpool.c b/mm/zpool.c
> > index f8cb83e7699b..9d53a1ef8f1e 100644
> > --- a/mm/zpool.c
> > +++ b/mm/zpool.c
> > @@ -360,7 +360,7 @@ u64 zpool_get_total_size(struct zpool *zpool)
> >
> > /**
> > * zpool_evictable() - Test if zpool is potentially evictable
> > - * @pool The zpool to test
> > + * @zpool The zpool to test
>
> + * @zpool: The zpool to test
Thanks!
> > *
> > * Zpool is only potentially evictable when it's created with struct
> > * zpool_ops.evict and its driver implements struct zpool_driver.shrink.
> >
>
>
> --
> ~Randy
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org. For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
>
--
Sincerely yours,
Mike.
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-09 10:57 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-08 19:09 [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc Mike Rapoport
2018-02-08 19:17 ` Randy Dunlap
2018-02-09 10:57 ` Mike Rapoport
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).