From: "Mark Ryden" <[EMAIL PROTECTED]> Date: Thu, 20 Dec 2007 09:29:47 +0200
> In arp_process() (net/ipv4/arp.c), there is unused code: definition > and assignment of tha (target hw address ). Patch applied, thanks. > Signed-off-by: > [EMAIL PROTECTED] Please format your signed off line correctly, it should have read like the following, all on one single line: Signed-off-by: Mark Ryden <[EMAIL PROTECTED]> Also, your patch was not rooted properly: --- a/a/net/ipv4/arp.c +++ b/b/net/ipv4/arp.c This should have been: --- a/net/ipv4/arp.c +++ b/net/ipv4/arp.c Please correct these issues for future patch submissions. Thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html