Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0ff9663c authored by Al Viro's avatar Al Viro Committed by David S. Miller
Browse files

[IPV4]: ipv4_is_lbcast() misannotations

parent 27724426
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -265,7 +265,7 @@ static inline bool ipv4_is_local_multicast(__be32 addr)
static inline bool ipv4_is_lbcast(__be32 addr)
static inline bool ipv4_is_lbcast(__be32 addr)
{
{
	/* limited broadcast */
	/* limited broadcast */
	return addr == INADDR_BROADCAST;
	return addr == htonl(INADDR_BROADCAST);
}
}


static inline bool ipv4_is_zeronet(__be32 addr)
static inline bool ipv4_is_zeronet(__be32 addr)