lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Mon, 21 Apr 2014 22:36:07 +0100
From:	Ben Hutchings <ben@...adent.org.uk>
To:	Amos Kong <akong@...hat.com>
Cc:	netdev@...r.kernel.org, bwh@...nel.org
Subject: Re: [PATCH] ethtool: fix a typo in displaying channel parameters

On Fri, 2014-04-18 at 09:39 +0800, Amos Kong wrote:
>  # ethtool -L eth0 combined 1
>  combined unmodified, ignoring
>  no channel parameters changed, aborting
>  current values: tx 0 rx 0 other 0combined 1
>                                 ^^^^
> 
> Signed-off-by: Amos Kong <akong@...hat.com>
> ---
>  ethtool.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/ethtool.c b/ethtool.c
> index acb4397..4c75653 100644
> --- a/ethtool.c
> +++ b/ethtool.c
> @@ -1764,7 +1764,7 @@ static int do_schannels(struct cmd_context *ctx)
>  	if (!changed) {
>  		fprintf(stderr, "no channel parameters changed, aborting\n");
>  		fprintf(stderr, "current values: tx %u rx %u other %u"
> -			"combined %u\n", echannels.rx_count,
> +			" combined %u\n", echannels.rx_count,
>  			echannels.tx_count, echannels.other_count,
>  			echannels.combined_count);
>  		return 1;

Applied, thanks.

Ben.

-- 
Ben Hutchings
Knowledge is power.  France is bacon.

Download attachment "signature.asc" of type "application/pgp-signature" (812 bytes)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ