summaryrefslogtreecommitdiffstats
path: root/module/zfs/metaslab.c
diff options
context:
space:
mode:
authorBrian Behlendorf <[email protected]>2014-05-06 10:35:54 -0700
committerBrian Behlendorf <[email protected]>2014-05-06 10:41:17 -0700
commit1ce0457348aeb26754ced9b575aa374fcd8dff8b (patch)
tree00074c203e36bff472070cab2bc1c880b6112ffe /module/zfs/metaslab.c
parentaa7d06a98a2b3b0d864aadd310113c52b946b842 (diff)
Fix style
A minor style issue was accidentally introduced by aa7d06a. This change resolves that style problem. Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'module/zfs/metaslab.c')
-rw-r--r--module/zfs/metaslab.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/module/zfs/metaslab.c b/module/zfs/metaslab.c
index 32ffdfb98..6aa5e063f 100644
--- a/module/zfs/metaslab.c
+++ b/module/zfs/metaslab.c
@@ -2118,5 +2118,6 @@ module_param(metaslab_debug_load, int, 0644);
MODULE_PARM_DESC(metaslab_debug_load, "load all metaslabs during pool import");
module_param(metaslab_debug_unload, int, 0644);
-MODULE_PARM_DESC(metaslab_debug_unload, "prevent metaslabs from being unloaded");
+MODULE_PARM_DESC(metaslab_debug_unload,
+ "prevent metaslabs from being unloaded");
#endif /* _KERNEL && HAVE_SPL */