commit | b6117d175be9972fc300f826e6f2bf9c589e0919 | [log] [tgz] |
---|---|---|
author | Mateusz Kulikowski <mateusz.kulikowski@gmail.com> | Thu Jun 25 15:03:13 2015 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Thu Jun 25 17:00:42 2015 -0700 |
tree | de2fc88e4163194fb3c30941ac7762ae7f084411 | |
parent | 06330fc40e3f3034de4934ec347604b5e36c40c3 [diff] |
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 <mateusz.kulikowski@gmail.com> Acked-by: Joe Perches <joe@perches.com> Cc: David Miller <davem@davemloft.net> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>