From: Dan Carpenter Date: Fri, 19 Jul 2013 05:48:05 +0000 (+0300) Subject: arcnet: cleanup sizeof parameter X-Git-Tag: v3.2.51~114 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d406db24d89f4cbbf13d5b5f80386e145d8b6fa;p=pandora-kernel.git arcnet: cleanup sizeof parameter [ Upstream commit 087d273caf4f7d3f2159256f255f1f432bc84a5b ] This patch doesn't change the compiled code because ARC_HDR_SIZE is 4 and sizeof(int) is 4, but the intent was to use the header size and not the sizeof the header size. Signed-off-by: Dan Carpenter Signed-off-by: David S. Miller Signed-off-by: Ben Hutchings --- Reading git-diff-tree failed