From: Bojan Prtvar Date: Sun, 22 Feb 2015 10:46:35 +0000 (+0100) Subject: net: Remove state argument from skb_find_text() X-Git-Tag: omap-for-v4.1/fixes-rc1~141^2~409 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=059a2440fd3cf4ec57735db2c0a90401cde84fca;p=pandora-kernel.git net: Remove state argument from skb_find_text() Although it is clear that textsearch state is intentionally passed to skb_find_text() as uninitialized argument, it was never used by the callers. Therefore, we can simplify skb_find_text() by making it local variable. Signed-off-by: Bojan Prtvar Signed-off-by: David S. Miller --- Reading git-diff-tree failed