From: Monam Agarwal Date: Sat, 8 Mar 2014 14:23:07 +0000 (+0530) Subject: Staging: et131x: Fix warning of prefer ether_addr_copy() in et131x.c X-Git-Tag: v3.15-rc1~139^2~495 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=015851c342021661b0787de5de0ce6aec00ee46b;p=pandora-kernel.git Staging: et131x: Fix warning of prefer ether_addr_copy() in et131x.c This patch fixes the following checkpatch.pl warnings: WARNING: "Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)". I used pahole to see whether addresses are aligned. Signed-off-by: Monam Agarwal Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed