diff options
author | loli10K <[email protected]> | 2015-11-13 20:00:05 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-11-13 15:27:45 -0800 |
commit | 31f24932a4052c1802f56e44b8e5194f4e7910ab (patch) | |
tree | 2706cf5fdf43d933be8f40338a47588bdec78958 /module/spl | |
parent | 8fc851b7b5315c9cae92557be6c32e1ee236201f (diff) |
Remove superfluous `newline` character
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 #499
Diffstat (limited to 'module/spl')
-rw-r--r-- | module/spl/spl-kmem-cache.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/module/spl/spl-kmem-cache.c b/module/spl/spl-kmem-cache.c index 2b4ac4afc..dea4053b2 100644 --- a/module/spl/spl-kmem-cache.c +++ b/module/spl/spl-kmem-cache.c @@ -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 |