diff options
author | 2019-06-10 02:05:30 +0900 | |
---|---|---|
committer | 2019-06-11 11:55:48 -0700 | |
commit | abf9979f7ef34eea0d610885b7335ee4d6df05f9 (patch) | |
tree | 173e17a934f5ad18b1eee6b0e4b197685161ff66 /include/linux/tcp.h | |
parent | selftests: pmtu: Introduce list_flush_ipv6_exception test case (diff) | |
download | wireguard-linux-abf9979f7ef34eea0d610885b7335ee4d6df05f9.tar.xz wireguard-linux-abf9979f7ef34eea0d610885b7335ee4d6df05f9.zip |
net: netlink: make netlink_walk_start() void return type
netlink_walk_start() needed to return an error code because of
rhashtable_walk_init(). but that was converted to rhashtable_walk_enter()
and it is a void type function. so now netlink_walk_start() doesn't need
any return value.
Signed-off-by: Taehee Yoo <ap420073@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/tcp.h')
0 files changed, 0 insertions, 0 deletions