* [PATCH] remove duplicate initializer (macvlan)
@ 2007-10-14 18:22 Al Viro
2007-10-14 19:19 ` Stephen Hemminger
0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-10-14 18:22 UTC (permalink / raw)
To: Linus Torvalds; +Cc: shemminger, jgarzik, linux-kernel
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
---
drivers/net/macvlan.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
index b7c81c8..2e4bcd5 100644
--- a/drivers/net/macvlan.c
+++ b/drivers/net/macvlan.c
@@ -178,7 +178,6 @@ static const struct header_ops macvlan_hard_header_ops = {
.create = macvlan_hard_header,
.rebuild = eth_rebuild_header,
.parse = eth_header_parse,
- .rebuild = eth_rebuild_header,
.cache = eth_header_cache,
.cache_update = eth_header_cache_update,
};
--
1.5.3.GIT
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] remove duplicate initializer (macvlan)
2007-10-14 18:22 [PATCH] remove duplicate initializer (macvlan) Al Viro
@ 2007-10-14 19:19 ` Stephen Hemminger
0 siblings, 0 replies; 2+ messages in thread
From: Stephen Hemminger @ 2007-10-14 19:19 UTC (permalink / raw)
To: Al Viro; +Cc: Linus Torvalds, jgarzik, linux-kernel
On Sun, 14 Oct 2007 19:22:59 +0100
Al Viro <viro@ftp.linux.org.uk> wrote:
>
> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
> ---
> drivers/net/macvlan.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/net/macvlan.c b/drivers/net/macvlan.c
> index b7c81c8..2e4bcd5 100644
> --- a/drivers/net/macvlan.c
> +++ b/drivers/net/macvlan.c
> @@ -178,7 +178,6 @@ static const struct header_ops macvlan_hard_header_ops = {
> .create = macvlan_hard_header,
> .rebuild = eth_rebuild_header,
> .parse = eth_header_parse,
> - .rebuild = eth_rebuild_header,
> .cache = eth_header_cache,
> .cache_update = eth_header_cache_update,
> };
Yup, thanks Al
--
Stephen Hemminger <shemminger@linux-foundation.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-14 19:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-14 18:22 [PATCH] remove duplicate initializer (macvlan) Al Viro
2007-10-14 19:19 ` Stephen Hemminger
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.