Skip to content

Commit

Permalink
Balance parentheses in parameter descriptions
Browse files Browse the repository at this point in the history
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Piotr Paweł Stefaniak <pstef@freebsd.org>
Closes openzfs#11882
  • Loading branch information
pstef authored and RageLtMan committed May 31, 2021
1 parent 799ca07 commit 4aa2ca8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion module/zfs/spa.c
Original file line number Diff line number Diff line change
Expand Up @@ -9863,7 +9863,7 @@ EXPORT_SYMBOL(spa_event_notify);

/* BEGIN CSTYLED */
ZFS_MODULE_PARAM(zfs_spa, spa_, load_verify_shift, INT, ZMOD_RW,
"log2(fraction of arc that can be used by inflight I/Os when "
"log2 fraction of arc that can be used by inflight I/Os when "
"verifying pool during import");

ZFS_MODULE_PARAM(zfs_spa, spa_, load_verify_metadata, INT, ZMOD_RW,
Expand Down
2 changes: 1 addition & 1 deletion module/zfs/spa_log_spacemap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1290,7 +1290,7 @@ ZFS_MODULE_PARAM(zfs, zfs_, unflushed_max_mem_amt, ULONG, ZMOD_RW,
ZFS_MODULE_PARAM(zfs, zfs_, unflushed_max_mem_ppm, ULONG, ZMOD_RW,
"Percentage of the overall system memory that ZFS allows to be "
"used for unflushed changes (value is calculated over 1000000 for "
"finer granularity");
"finer granularity)");

ZFS_MODULE_PARAM(zfs, zfs_, unflushed_log_block_max, ULONG, ZMOD_RW,
"Hard limit (upper-bound) in the size of the space map log "
Expand Down

0 comments on commit 4aa2ca8

Please sign in to comment.