summaryrefslogtreecommitdiffstats
path: root/module/zfs/dbuf.c
diff options
context:
space:
mode:
authorbunder2015 <[email protected]>2016-12-13 17:21:02 -0500
committerBrian Behlendorf <[email protected]>2016-12-13 14:21:02 -0800
commitf974e25dc14e8b611d792839bffabd09b9f74b43 (patch)
treef15ba97a01024514e6d39e2e9d2308534853df29 /module/zfs/dbuf.c
parent02730c333c4fce8c0ead1f7f3404caca5cdb3936 (diff)
Fix typos in dbuf.c
This removes two large whitespaces in "modinfo zfs" as well as correcting a couple typos. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: bunder2015 <[email protected]> Closes #5475
Diffstat (limited to 'module/zfs/dbuf.c')
-rw-r--r--module/zfs/dbuf.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/module/zfs/dbuf.c b/module/zfs/dbuf.c
index 38334b3d2..c5a894ede 100644
--- a/module/zfs/dbuf.c
+++ b/module/zfs/dbuf.c
@@ -3890,16 +3890,16 @@ MODULE_PARM_DESC(dbuf_cache_max_bytes,
module_param(dbuf_cache_hiwater_pct, uint, 0644);
MODULE_PARM_DESC(dbuf_cache_hiwater_pct,
- "Percentage over dbuf_cache_max_bytes when dbufs \
- much be evicted directly.");
+ "Percentage over dbuf_cache_max_bytes when dbufs must be evicted "
+ "directly.");
module_param(dbuf_cache_lowater_pct, uint, 0644);
MODULE_PARM_DESC(dbuf_cache_lowater_pct,
- "Percentage below dbuf_cache_max_bytes \
- when the evict thread stop evicting dbufs.");
+ "Percentage below dbuf_cache_max_bytes when the evict thread stops "
+ "evicting dbufs.");
module_param(dbuf_cache_max_shift, int, 0644);
MODULE_PARM_DESC(dbuf_cache_max_shift,
- "Cap the size of the dbuf cache to log2 fraction of arc size.");
+ "Cap the size of the dbuf cache to a log2 fraction of arc size.");
/* END CSTYLED */
#endif