[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071219.233932.210886166.davem@davemloft.net>
Date: Wed, 19 Dec 2007 23:39:32 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: markryde@...il.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH] remove not used code: target hw address (tha)
definition and assignment in arp_process().
From: "Mark Ryden" <markryde@...il.com>
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:
> markryde@...il.com
Please format your signed off line correctly, it should
have read like the following, all on one single line:
Signed-off-by: Mark Ryden <markryde@...il.com>
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists