aboutsummaryrefslogtreecommitdiffstats
path: root/module
diff options
context:
space:
mode:
authorChristian Schwarz <[email protected]>2020-01-24 06:11:54 +0100
committerBrian Behlendorf <[email protected]>2020-01-23 21:11:54 -0800
commit3aea3c9d548b1788ec0eb88d43a7aa33b8c4fcf1 (patch)
tree4f831e7d94d08d64c2bf4fa7bf6b6d51648a5f84 /module
parent603059e41ae29239b46702f3cff61675e3fbe2b6 (diff)
entity_namecheck: doc comment: include space as allowed character
The helper function valid_char already allows it but the doc comment was out of date. Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Christian Schwarz <[email protected]> Closes #9879
Diffstat (limited to 'module')
-rw-r--r--module/zcommon/zfs_namecheck.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/zcommon/zfs_namecheck.c b/module/zcommon/zfs_namecheck.c
index b9f704f5f..3076b8d8b 100644
--- a/module/zcommon/zfs_namecheck.c
+++ b/module/zcommon/zfs_namecheck.c
@@ -171,7 +171,7 @@ dataset_nestcheck(const char *path)
* Where each component is made up of alphanumeric characters plus the following
* characters:
*
- * [-_.:%]
+ * [-_.: %]
*
* We allow '%' here as we use that character internally to create unique
* names for temporary clones (for online recv).