···692 * values from/to the user buffer, treated as an ASCII string. Negative693 * strings are not allowed.694 *695- * This routine will ensure the values are within the range specified by696- * table->extra1 (min) and table->extra2 (max). There is a final sanity697- * check for UINT_MAX to avoid having to support wrap around uses from698- * userspace.699 *700 * Returns 0 on success or -ERANGE when range check failes and701 * SYSCTL_USER_TO_KERN(dir) == true
···692 * values from/to the user buffer, treated as an ASCII string. Negative693 * strings are not allowed.694 *695+ * When changing the kernel variable, this routine will ensure the values696+ * are within the range specified by table->extra1 (min) and table->extra2697+ * (max). And Check that the values are less than UINT_MAX to avoid having to698+ * support wrap around uses from userspace.699 *700 * Returns 0 on success or -ERANGE when range check failes and701 * SYSCTL_USER_TO_KERN(dir) == true