From: Mike Rapoport Date: Wed, 21 Feb 2018 22:45:46 +0000 (-0800) Subject: mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=14fec9eba43b05d39825128e4354a2dc50fb59ea;p=linux.git mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc [akpm@linux-foundation.org: add colon, per Randy] Link: http://lkml.kernel.org/r/1518116984-21141-1-git-send-email-rppt@linux.vnet.ibm.com Signed-off-by: Mike Rapoport Reviewed-by: Andrew Morton Cc: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/zpool.c b/mm/zpool.c index f8cb83e7699bb..01a771e304fab 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.