From: Daniel Borkmann Date: Sat, 24 May 2014 19:47:46 +0000 (+0200) Subject: team: lb: use sizeof(*fprog) in __fprog_create X-Git-Tag: omap-for-v3.16/fixes-against-rc1~36^2~142 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5930f4e1328cad5893d4f0a90edb2ff5693206;p=pandora-kernel.git team: lb: use sizeof(*fprog) in __fprog_create sock_fprog and sock_fprog_kern are of equal size, however it's cleaner to just use sizeof(*fprog) instead to always have correct type. Reported-by: Dan Carpenter Signed-off-by: Daniel Borkmann Signed-off-by: David S. Miller --- Reading git-diff-tree failed