linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
From: Mike Rapoport <rppt@linux.vnet.ibm.com>
To: Randy Dunlap <rdunlap@infradead.org>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	linux-mm <linux-mm@kvack.org>,
	lkml <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc
Date: Fri, 9 Feb 2018 12:57:37 +0200	[thread overview]
Message-ID: <20180209105736.GA2044@rapoport-lnx> (raw)
In-Reply-To: <1a8a3fb7-3061-d9e7-a42c-53ae96c8ca29@infradead.org>

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>

      reply	other threads:[~2018-02-09 10:57 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
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 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=20180209105736.GA2044@rapoport-lnx \
    --to=rppt@linux.vnet.ibm.com \
    --cc=akpm@linux-foundation.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-mm@kvack.org \
    --cc=rdunlap@infradead.org \
    /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 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).