···692692 * values from/to the user buffer, treated as an ASCII string. Negative693693 * strings are not allowed.694694 *695695- * This routine will ensure the values are within the range specified by696696- * table->extra1 (min) and table->extra2 (max). There is a final sanity697697- * check for UINT_MAX to avoid having to support wrap around uses from698698- * userspace.695695+ * When changing the kernel variable, this routine will ensure the values696696+ * are within the range specified by table->extra1 (min) and table->extra2697697+ * (max). And Check that the values are less than UINT_MAX to avoid having to698698+ * support wrap around uses from userspace.699699 *700700 * Returns 0 on success or -ERANGE when range check failes and701701 * SYSCTL_USER_TO_KERN(dir) == true