commit | f999ac00c76f998b5ef861a599c72fb4572dc9c0 | [log] [tgz] |
---|---|---|
author | Dilek Uzulmez <dilekuzulmez@gmail.com> | Tue Oct 07 02:50:28 2014 +0300 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Mon Oct 20 10:29:19 2014 +0800 |
tree | 2d053f1dec61af8fa2991e5e993ed52f415689a3 | |
parent | a7a4f87e3c7462ec70533e78ad2bce19d158e9d7 [diff] |
staging: slicoss: Fix warning of prefer ether_addr_copy(). This patch fixes the following checkpatch.pl warnings: WARNING: "Prefer ether_addr_copy() over memcpy() if the Ethernet addresses are __aligned(2)" in file slicoss.c Pahole shows that the addresses are aligned. Signed-off-by: Dilek Uzulmez <dilekuzulmez@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>