Unverified Commit 2fed146b by Josh Soref Committed by Christian Brauner

spelling: answer

Signed-off-by: 's avatarJosh Soref <jsoref@gmail.com>
parent 17048695
......@@ -126,9 +126,9 @@ int __netlink_send(struct nl_handler *handler, struct nlmsghdr *nlmsg);
* Returns 0 on success, < 0 otherwise
*/
int netlink_transaction(struct nl_handler *handler,
struct nlmsg *request, struct nlmsg *anwser);
struct nlmsg *request, struct nlmsg *answer);
int __netlink_transaction(struct nl_handler *handler, struct nlmsghdr *request,
struct nlmsghdr *anwser);
struct nlmsghdr *answer);
/*
* nla_put_string: copy a null terminated string to a netlink message
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment