From 015851c342021661b0787de5de0ce6aec00ee46b Mon Sep 17 00:00:00 2001 From: Monam Agarwal Date: Sat, 8 Mar 2014 19:53:07 +0530 Subject: [PATCH] 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-format-patch failed