[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <4A13A9F6.7080800@cosmosbay.com>
Date: Wed, 20 May 2009 08:57:58 +0200
From: Eric Dumazet <dada1@...mosbay.com>
To: Rami Rosen <ramirose@...il.com>
CC: David Miller <davem@...emloft.net>, netdev@...r.kernel.org
Subject: Re: [PATCH net-next-2.6] cleanup: remove unused parameter from fill
method in fib_rules_ops.
Rami Rosen a écrit :
> Hi,
> This fixes the for the space-tab sequences and
> multi-line tabbing. Sorry.
>
> The netlink message header (struct nlmsghdr) is an unused parameter in
> fill method of fib_rules_ops struct.
> This patch removes this parameter from this method and fixes the places
> where this method is called.
>
> (include/net/fib_rules.h)
>
>
>
> Regards,
> Rami Rosen
>
> Signed-off-by: Rami Rosen <ramirose@...il.com>
>
static int fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb,
- struct nlmsghdr *nlh, struct fib_rule_hdr *frh)
+ struct fib_rule_hdr *frh)
extra spaces after tabs.... it should be :
static int fib6_rule_fill(struct fib_rule *rule, struct sk_buff *skb,
- struct nlmsghdr *nlh, struct fib_rule_hdr *frh)
+ struct fib_rule_hdr *frh)
--
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