From mboxrd@z Thu Jan 1 00:00:00 1970 From: "David S. Miller" Subject: Re: [NETFILTER 03/12]: Fix section mismatch warnings Date: Thu, 06 Apr 2006 14:13:09 -0700 (PDT) Message-ID: <20060406.141309.51862771.davem@davemloft.net> References: <20060406100452.17409.37120.sendpatchset@localhost.localdomain> <20060406100456.17409.89515.sendpatchset@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org Return-path: To: kaber@trash.net In-Reply-To: <20060406100456.17409.89515.sendpatchset@localhost.localdomain> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org From: Patrick McHardy Date: Thu, 6 Apr 2006 12:04:56 +0200 (MEST) > [NETFILTER]: Fix section mismatch warnings > > Fix section mismatch warnings caused by netfilter's init_or_cleanup > functions used in many places by splitting the init from the cleanup > parts. > > Signed-off-by: Patrick McHardy Applied, but lots of trailing whitespace I had to clean up before applying. Please test your patches with: git apply --check --whitespace=error-all $1 Thanks.