commit | abf9979f7ef34eea0d610885b7335ee4d6df05f9 | [log] [tgz] |
---|---|---|
author | Taehee Yoo <ap420073@gmail.com> | Mon Jun 10 02:05:30 2019 +0900 |
committer | David S. Miller <davem@davemloft.net> | Tue Jun 11 11:55:48 2019 -0700 |
tree | 173e17a934f5ad18b1eee6b0e4b197685161ff66 | |
parent | e28799e52a0a7188374679184a32ca24921ff40e [diff] |
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>