From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] net: make __skb_splice_bits static Date: Wed, 16 Jul 2008 20:12:40 -0700 (PDT) Message-ID: <20080716.201240.150812340.davem@davemloft.net> References: <1216237880.28841.20.camel@brick> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:41703 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1752530AbYGQDMk (ORCPT ); Wed, 16 Jul 2008 23:12:40 -0400 In-Reply-To: <1216237880.28841.20.camel@brick> Sender: linux-next-owner@vger.kernel.org List-ID: To: harvey.harrison@gmail.com Cc: linux-next@vger.kernel.org, netdev@vger.kernel.org From: Harvey Harrison Date: Wed, 16 Jul 2008 12:51:20 -0700 > net/core/skbuff.c:1335:5: warning: symbol '__skb_splice_bits' was not declared. Should it be static? > > Signed-off-by: Harvey Harrison Applied, thanks Harvey.