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] [thread-next>] [day] [month] [year] [list]
Date:	Fri, 20 Feb 2015 14:09:25 -0500 (EST)
From:	David Miller <davem@...emloft.net>
To:	ramirose@...il.com
Cc:	netdev@...r.kernel.org, roopa@...ulusnetworks.com
Subject: Re: [PATCH net-next] ethtool: Add hw-switch-offload to
 netdev_features_strings.

From: Rami Rosen <ramirose@...il.com>
Date: Sat, 21 Feb 2015 00:50:48 +0200

> @@ -98,6 +98,7 @@ static const char netdev_features_strings[NETDEV_FEATURE_COUNT][ETH_GSTRING_LEN]
>  	[NETIF_F_RXALL_BIT] =            "rx-all",
>  	[NETIF_F_HW_L2FW_DOFFLOAD_BIT] = "l2-fwd-offload",
>  	[NETIF_F_BUSY_POLL_BIT] =        "busy-poll",
> +        [NETIF_F_HW_SWITCH_OFFLOAD_BIT] = "hw-switch-offload",
>  };

This is definitely not indented properly.

The existing code uses a TAB character, you should too.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ