net: Remove state argument from skb_find_text()
authorBojan Prtvar <prtvar.b@gmail.com>
Sun, 22 Feb 2015 10:46:35 +0000 (11:46 +0100)
committerDavid S. Miller <davem@davemloft.net>
Sun, 22 Feb 2015 20:59:54 +0000 (15:59 -0500)
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 <prtvar.b@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found