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

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

[XFRM]: struct xfrm_id annotations

parent a94cfd19
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ typedef union
struct xfrm_id
{
	xfrm_address_t	daddr;
	__u32		spi;
	__be32		spi;
	__u8		proto;
};