[PATCH] [IPv4] printk() includes KERN_* constant in net/ipv4/

2007-11-06 Thread FNST-Wang Chen
Fix the printk() without KERN_* constant in net/ipv4. Signed-off-by: Wang Chen <[EMAIL PROTECTED]> --- af_inet.c |4 ++-- devinet.c |2 +- fib_hash.c|2 +- fib_semantics.c |2

Re: [Spam-fortigate] Re: [PATCH 1/1] netcore: minor cleanup for register_netdevice

2007-09-05 Thread FNST-Wang Chen
oops i am wrong YOSHIFUJI Hideaki / 吉藤英明 said the following on 2007-9-6 13:34: I disagree. Some of "dev->init()" functions set up dev->iflink; e.g., ipip_tunnel_init() etc. In article <[EMAIL PROTECTED]> (at Thu, 06 Sep 2007 13:27:24 +0800), FNST-Wang Chen &l

[PATCH 1/1] netcore: minor cleanup for register_netdevice

2007-09-05 Thread FNST-Wang Chen
- minor logic cleanup Signed-off-by: Wang Chen <[EMAIL PROTECTED]> diff -Nurp linux-2.6.22.4.org/net/core/dev.c linux-2.6.22.4/net/core/dev.c --- linux-2.6.22.4.org/net/core/dev.c2007-08-22 15:33:40.0 +0800 +++ linux-2.6.22.4/net/core/dev.c2007-09-06 13:27:35.0 +0800 @