Fix style

A minor style issue was accidentally introduced by aa7d06a.
This change resolves that style problem.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
This commit is contained in:
Brian Behlendorf 2014-05-06 10:35:54 -07:00
parent aa7d06a98a
commit 1ce0457348

View File

@ -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 */