aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/netlink.h
diff options
context:
space:
mode:
authorRolf Eike Beer <eb@emlix.com>2017-07-13 16:46:43 +0200
committerDavid S. Miller <davem@davemloft.net>2017-07-13 09:26:27 -0700
commit2683701201ddb9a2a4d0fda5d950ab50ca8e77e4 (patch)
tree2e7a204d0fa68101076ca2fe557e77c16b84a21b /include/net/netlink.h
parentcxgb4: add new T5 pci device id's (diff)
downloadlinux-dev-2683701201ddb9a2a4d0fda5d950ab50ca8e77e4.tar.xz
linux-dev-2683701201ddb9a2a4d0fda5d950ab50ca8e77e4.zip
netlink: correctly document nla_put_u64_64bit()
Signed-off-by: Rolf Eike Beer <eb@emlix.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/netlink.h')
-rw-r--r--include/net/netlink.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/net/netlink.h b/include/net/netlink.h
index 01709172b3d3..ef8e6c3a80a6 100644
--- a/include/net/netlink.h
+++ b/include/net/netlink.h
@@ -98,8 +98,8 @@
* 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,
- * value, padattr) add u64 attribute to skb
+ * 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
* nla_put_s32(skb, type, value) add s32 attribute to skb