Skip to content

Commit

Permalink
Remove superfluous newline character
Browse files Browse the repository at this point in the history
Remove superfluous `newline` character from spl_kmem_cache_magazine_size
module parameter description.

Signed-off-by: loli10K <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes openzfs#499
  • Loading branch information
loli10K authored and behlendorf committed Nov 13, 2015
1 parent 8fc851b commit 31f2493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/spl/spl-kmem-cache.c
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ MODULE_PARM_DESC(spl_kmem_cache_expire, "By age (0x1) or low memory (0x2)");
unsigned int spl_kmem_cache_magazine_size = 0;
module_param(spl_kmem_cache_magazine_size, uint, 0444);
MODULE_PARM_DESC(spl_kmem_cache_magazine_size,
"Default magazine size (2-256), set automatically (0)\n");
"Default magazine size (2-256), set automatically (0)");

/*
* The default behavior is to report the number of objects remaining in the
Expand Down

0 comments on commit 31f2493

Please sign in to comment.