Re: [PATCH 01/15] cytune: rename threshold and timeout variables

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sun, May 4, 2014, at 17:49, Sami Kerola wrote:
> +			threshold_def_val = strtou32_or_err(optarg,
> +						_("Invalid threshold default value"));
> +			if (threshold_def_val < 0 || 12 < threshold_def_val) {
> +				warnx(_("Invalid threshold default value: %d"),

Again, swap "threshold" and "default".

> +						_("Invalid set timeout value"));
> +			if (timeout_val < 1 || 255 < timeout_val) {
> +				warnx(_("Invalid set timeout value: %d"),
> +				      timeout_val);

s/set//

> +						_("Invalid default timeout value"));
> +			if (timeout_def_val < 0 || 255 < timeout_def_val) {
>  				warnx(_("Invalid default time value: %d"),

s/time/timeout/

Benno

-- 
http://www.fastmail.fm - The professional email service

--
To unsubscribe from this list: send the line "unsubscribe util-linux" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux