This removed one reference to msg but left the next one in place ;-) I fixed that up, and improved wording elsewhere, and will apply it in a moment. Thanks!
On Fri, Jan 10, 2014 at 11:43:06AM -0800, Joe Stringer wrote: > The function comment still referred to a 'msg' variable, which has been > renamed. > > Signed-off-by: Joe Stringer <[email protected]> > --- > lib/netlink-socket.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/lib/netlink-socket.c b/lib/netlink-socket.c > index 4bd6d36..bf8eb32 100644 > --- a/lib/netlink-socket.c > +++ b/lib/netlink-socket.c > @@ -675,9 +675,9 @@ nl_sock_drain(struct nl_sock *sock) > * Netlink socket created with the given 'protocol', and initializes 'dump' > to > * reflect the state of the operation. > * > - * nlmsg_len in 'msg' will be finalized to match msg->size, and nlmsg_pid > will > - * be set to the Netlink socket's pid, before the message is sent. > NLM_F_DUMP > - * and NLM_F_ACK will be set in nlmsg_flags. > + * nlmsg_len in 'request' will be finalized to match msg->size, and nlmsg_pid > + * will be set to the Netlink socket's pid, before the message is sent. > + * NLM_F_DUMP and NLM_F_ACK will be set in nlmsg_flags. > * > * The design of this Netlink socket library ensures that the dump is > reliable. > * > -- > 1.7.9.5 > > _______________________________________________ > dev mailing list > [email protected] > http://openvswitch.org/mailman/listinfo/dev _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
