[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1518116984-21141-1-git-send-email-rppt@linux.vnet.ibm.com>
Date: Thu, 8 Feb 2018 21:09:44 +0200
From: Mike Rapoport <rppt@...ux.vnet.ibm.com>
To: Andrew Morton <akpm@...ux-foundation.org>
Cc: linux-mm <linux-mm@...ck.org>, lkml <linux-kernel@...r.kernel.org>,
Mike Rapoport <rppt@...ux.vnet.ibm.com>
Subject: [PATCH] mm/zpool: zpool_evictable: fix mismatch in parameter name and kernel-doc
Signed-off-by: Mike Rapoport <rppt@...ux.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
Powered by blists - more mailing lists