projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1a8a7a
)
mm/zpool.c: zpool_evictable: fix mismatch in parameter name and kernel-doc
author
Mike Rapoport
<
[email protected]
>
Wed, 21 Feb 2018 22:45:46 +0000
(14:45 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 21 Feb 2018 23:35:43 +0000
(15:35 -0800)
[
[email protected]
: add colon, per Randy]
Link:
http://lkml.kernel.org/r/
[email protected]
Signed-off-by: Mike Rapoport <
[email protected]
>
Reviewed-by: Andrew Morton <
[email protected]
>
Cc: Randy Dunlap <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/zpool.c
patch
|
blob
|
history
diff --git
a/mm/zpool.c
b/mm/zpool.c
index f8cb83e7699bba6f015fa60fa35bab214c71975e..01a771e304fab17bf2ed884e415a080524393385 100644
(file)
--- 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.