Skip to content

Commit

Permalink
mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kerne…
Browse files Browse the repository at this point in the history
…l-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 <rppt@linux.vnet.ibm.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Cc: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Mike Rapoport authored and Linus Torvalds committed Feb 21, 2018
1 parent b1a8a7a commit 14fec9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/zpool.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 14fec9e

Please sign in to comment.