staging: slicoss: Fix warning of prefer ether_addr_copy().
authorDilek Uzulmez <dilekuzulmez@gmail.com>
Mon, 6 Oct 2014 23:50:28 +0000 (02:50 +0300)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Oct 2014 02:29:19 +0000 (10:29 +0800)
commitf999ac00c76f998b5ef861a599c72fb4572dc9c0
tree2d053f1dec61af8fa2991e5e993ed52f415689a3
parenta7a4f87e3c7462ec70533e78ad2bce19d158e9d7
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>
drivers/staging/slicoss/slicoss.c
This page took 0.024792 seconds and 5 git commands to generate.