Skip to content

Commit

Permalink
Fix small typo
Browse files Browse the repository at this point in the history
Add a missing space to the zfs_vdev_sync_write_min_active module
parameter description.

Signed-off-by: loli10K <[email protected]>
Signed-off-by: Richard Yao <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#3714
  • Loading branch information
loli10K authored and behlendorf committed Aug 30, 2015
1 parent da619f3 commit 3757bff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/zfs/vdev_queue.c
Original file line number Diff line number Diff line change
Expand Up @@ -831,5 +831,5 @@ MODULE_PARM_DESC(zfs_vdev_sync_write_max_active,

module_param(zfs_vdev_sync_write_min_active, int, 0644);
MODULE_PARM_DESC(zfs_vdev_sync_write_min_active,
"Min active sync write I/Osper vdev");
"Min active sync write I/Os per vdev");
#endif

0 comments on commit 3757bff

Please sign in to comment.