From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] net: fix description of skb_find_text() according to removed functionality Date: Wed, 8 Feb 2017 09:41:15 +0100 Message-ID: <20170208084115.GA1643@salvia> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: David Miller , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org, coreteam@netfilter.org To: Igor Pylypiv Return-path: Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org On Tue, Feb 07, 2017 at 11:13:12PM -0800, Igor Pylypiv wrote: > I am not planning to to add a new user of this functions. > Use of skb_find_text() was a part of my Linux study and its > description informed me that I can use textsearch_next() > which I cannot. Just want to fix this. Send us a patch to update documentation then. Thanks.