From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-2.6.25] [XFRM] Remove unused XFRM_STATE_VOID and typos (net/xfrm.h) Date: Sat, 12 Jan 2008 20:12:59 -0800 (PST) Message-ID: <20080112.201259.209106769.davem@davemloft.net> References: Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: ramirose@gmail.com Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:43620 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1753085AbYAMENC (ORCPT ); Sat, 12 Jan 2008 23:13:02 -0500 In-Reply-To: Sender: netdev-owner@vger.kernel.org List-ID: From: "Rami Rosen" Date: Sat, 12 Jan 2008 13:37:34 +0200 > In net/xfrm.h: > - remove XFRM_STATE_VOID (not in use) > - correct 3 typos > > Signed-off-by: Rami Rosen XFRM_STATE_VOID is there so that a freshly initialized object does not have a valid state. So we should not remove this.