Re: [PATCH net-next] tipc: Use is_broadcast_ether_addr() instead of memcmp()

From: David Miller
Date: Mon Aug 03 2020 - 19:22:05 EST


From: Huang Guobin <huangguobin4@xxxxxxxxxx>
Date: Sun, 2 Aug 2020 22:00:55 -0400

> Using is_broadcast_ether_addr() instead of directly use
> memcmp() to determine if the ethernet address is broadcast
> address.
>
> spatch with a semantic match is used to found this problem.
> (http://coccinelle.lip6.fr/)
>
> Signed-off-by: Huang Guobin <huangguobin4@xxxxxxxxxx>

Applied, thank you.