From: Daniel Borkmann Date: Tue, 7 Jan 2014 22:23:44 +0000 (+0100) Subject: net: skbuff: const-ify casts in skb_queue_* functions X-Git-Tag: v3.14-rc1~94^2~253 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd44b93cb5eee218231f6ce5883df937b3b9c3eb;p=pandora-kernel.git net: skbuff: const-ify casts in skb_queue_* functions We should const-ify comparisons on skb_queue_* inline helper functions as their parameters are const as well, so lets not drop that. Suggested-by: Brad Spengler Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed