diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/tipc/netlink_compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/tipc/netlink_compat.c b/net/tipc/netlink_compat.c index d7d050f44fc1..4dfc5c14f8c3 100644 --- a/net/tipc/netlink_compat.c +++ b/net/tipc/netlink_compat.c | |||
@@ -802,7 +802,7 @@ static int tipc_nl_compat_name_table_dump(struct tipc_nl_compat_msg *msg, | |||
802 | goto out; | 802 | goto out; |
803 | 803 | ||
804 | tipc_tlv_sprintf(msg->rep, "%-10u %s", | 804 | tipc_tlv_sprintf(msg->rep, "%-10u %s", |
805 | nla_get_u32(publ[TIPC_NLA_PUBL_REF]), | 805 | nla_get_u32(publ[TIPC_NLA_PUBL_KEY]), |
806 | scope_str[nla_get_u32(publ[TIPC_NLA_PUBL_SCOPE])]); | 806 | scope_str[nla_get_u32(publ[TIPC_NLA_PUBL_SCOPE])]); |
807 | out: | 807 | out: |
808 | tipc_tlv_sprintf(msg->rep, "\n"); | 808 | tipc_tlv_sprintf(msg->rep, "\n"); |