Skip to content
Commit f2d5cf2a authored by Markus Schneider-Pargmann's avatar Markus Schneider-Pargmann Committed by Antonio Quartulli
Browse files

batman-adv: main, batadv_compare_eth return bool



Declare the returntype of batadv_compare_eth as bool.
The function called inside this helper function
(ether_addr_equal_unaligned) also uses bool as return value, so there is
no need to return int.

Signed-off-by: default avatarMarkus Pargmann <mpa@pengutronix.de>
Signed-off-by: default avatarMarek Lindner <mareklindner@neomailbox.ch>
parent e8ad3b1a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment