checkpatch: suggest using ether_addr_equal*()
authorMateusz Kulikowski <[email protected]>
Thu, 25 Jun 2015 22:03:13 +0000 (15:03 -0700)
committerLinus Torvalds <[email protected]>
Fri, 26 Jun 2015 00:00:42 +0000 (17:00 -0700)
commitb6117d175be9972fc300f826e6f2bf9c589e0919
treede2fc88e4163194fb3c30941ac7762ae7f084411
parent06330fc40e3f3034de4934ec347604b5e36c40c3
checkpatch: suggest using ether_addr_equal*()

Check if memcmp() is used to compare ethernet addresses and suggest using
ether_addr_equal() or ether_addr_equal_unaligned()

Signed-off-by: Mateusz Kulikowski <[email protected]>
Acked-by: Joe Perches <[email protected]>
Cc: David Miller <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
scripts/checkpatch.pl