From: Michael S. Tsirkin Date: Mon, 9 Apr 2012 00:24:02 +0000 (+0000) Subject: skbuff: struct ubuf_info callback type safety X-Git-Tag: v3.4-rc5~44^2~35 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8f4fb21d08747013cce9cf1840aa5bfc31f2d8;p=pandora-kernel.git skbuff: struct ubuf_info callback type safety The skb struct ubuf_info callback gets passed struct ubuf_info itself, not the arg value as the field name and the function signature seem to imply. Rename the arg field to ctx to match usage, add documentation and change the callback argument type to make usage clear and to have compiler check correctness. Signed-off-by: Michael S. Tsirkin Signed-off-by: David S. Miller --- Reading git-diff-tree failed