]> granicus.if.org Git - zfs/commitdiff
Fix typos in dbuf.c
authorbunder2015 <omfgbunder@gmail.com>
Tue, 13 Dec 2016 22:21:02 +0000 (17:21 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 13 Dec 2016 22:21:02 +0000 (14:21 -0800)
This removes two large whitespaces in "modinfo zfs" as well as correcting
a couple typos.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: bunder2015 <omfgbunder@gmail.com>
Closes #5475

module/zfs/dbuf.c

index 38334b3d238d888e4755b093d52ec12f81c85141..c5a894edec7ee7adadd079a31de5c0f0759ff448 100644 (file)
@@ -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 log2 fraction of arc size.");
 /* END CSTYLED */
 #endif