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

Commit 26837012 authored by Rolf Eike Beer's avatar Rolf Eike Beer Committed by David S. Miller
Browse files

netlink: correctly document nla_put_u64_64bit()

parent 803d5b6e
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -98,7 +98,7 @@
 *   nla_put_u8(skb, type, value)	add u8 attribute to skb
 *   nla_put_u16(skb, type, value)	add u16 attribute to skb
 *   nla_put_u32(skb, type, value)	add u32 attribute to skb
 *   nla_put_u64_64bits(skb, type,
 *   nla_put_u64_64bit(skb, type,
 *                     value, padattr)	add u64 attribute to skb
 *   nla_put_s8(skb, type, value)	add s8 attribute to skb
 *   nla_put_s16(skb, type, value)	add s16 attribute to skb