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:	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

Powered by Openwall GNU/*/Linux Powered by OpenVZ