From: Stefan Weil Date: Wed, 2 Feb 2011 06:04:35 +0000 (+0000) Subject: s390: Fix wrong size in memcmp (netiucv) X-Git-Tag: v2.6.38-rc4~15^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5df979d6922d50cc12bfbe83721c143a5d0d31b7;p=pandora-kernel.git s390: Fix wrong size in memcmp (netiucv) This error was reported by cppcheck: drivers/s390/net/netiucv.c:568: error: Using sizeof for array given as function argument returns the size of pointer. sizeof(ipuser) did not result in 16 (as many programmers would have expected) but sizeof(u8 *), so it is 4 or 8, too small here. Signed-off-by: Stefan Weil Signed-off-by: Frank Blaschka Signed-off-by: David S. Miller --- Reading git-diff-tree failed