]> git.baikalelectronics.ru Git - kernel.git/commit
netlink: fix setsockopt in mmap examples in documentation
authorstephen hemminger <shemming@brocade.com>
Thu, 20 Mar 2014 04:54:20 +0000 (21:54 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 20 Mar 2014 18:11:38 +0000 (14:11 -0400)
commit1a11f7fed8fd8fbc05ccc927ac4d567db1d61244
tree3ed95ef807daa9b9b7a79d150ba2abaabab06433
parent77609fd8e4be28a940269e6c27d0c9b285634915
netlink: fix setsockopt in mmap examples in documentation

The documentation for how to use netlink mmap interface is incorrect.
The calls to setsockopt() require an additional argument.

Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/netlink_mmap.txt