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

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

[IPV4] multipath_wrandom.c: trivial annotations

parent d9cd66e0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -60,8 +60,8 @@ struct multipath_dest {
	struct list_head	list;

	const struct fib_nh	*nh_info;
	__u32			netmask;
	__u32			network;
	__be32			netmask;
	__be32			network;
	unsigned char		prefixlen;

	struct rcu_head		rcu;
@@ -76,7 +76,7 @@ struct multipath_route {
	struct list_head	list;

	int			oif;
	__u32			gw;
	__be32			gw;
	struct list_head	dests;

	struct rcu_head		rcu;