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:	Sat, 9 Mar 2013 13:07:50 +0100
From:	Jiri Pirko <jiri@...nulli.us>
To:	Stephen Hemminger <shemminger@...tta.com>
Cc:	David Miller <davem@...emloft.net>, netdev@...r.kernel.org,
	Stephen Hemminger <stephen@...workplumber.org>
Subject: Re: [PATCH net-next 4/5] team: make local function static

Fri, Mar 08, 2013 at 08:07:43PM CET, shemminger@...tta.com wrote:
>Signed-off-by: Stephen Hemminger <stephen@...workplumber.org>
>
>
>--- a/drivers/net/team/team.c	2013-03-06 15:30:50.195924953 -0800
>+++ b/drivers/net/team/team.c	2013-03-08 10:34:45.446144458 -0800
>@@ -503,9 +503,9 @@ static bool team_dummy_transmit(struct t
> 	return false;
> }
> 
>-rx_handler_result_t team_dummy_receive(struct team *team,
>-				       struct team_port *port,
>-				       struct sk_buff *skb)
>+static rx_handler_result_t team_dummy_receive(struct team *team,
>+					      struct team_port *port,
>+					      struct sk_buff *skb)
> {
> 	return RX_HANDLER_ANOTHER;
> }
>
>

Acked-by: Jiri Pirko <jiri@...nulli.us>

Thanks Stephen.
--
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