Remove superfluous `newline` character
Remove superfluous `newline` character from spl_kmem_cache_magazine_size module parameter description. Signed-off-by: loli10K <ezomori.nozomu@gmail.com> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #499
This commit is contained in:
parent
8fc851b7b5
commit
31f24932a4
|
@ -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;
|
unsigned int spl_kmem_cache_magazine_size = 0;
|
||||||
module_param(spl_kmem_cache_magazine_size, uint, 0444);
|
module_param(spl_kmem_cache_magazine_size, uint, 0444);
|
||||||
MODULE_PARM_DESC(spl_kmem_cache_magazine_size,
|
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
|
* The default behavior is to report the number of objects remaining in the
|
||||||
|
|
Loading…
Reference in New Issue