commit | 9492f4269e6bf3c857412b464ce77bd84e7a81f9 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed Jul 19 16:45:16 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 19 16:45:16 2017 -0700 |
tree | 3736927f2f621ae83d4830280ac3a3ab93274c06 | |
parent | eb2b98742641ae544fd16311055789ab7cac62aa [diff] | |
parent | 7051b88a35c7dde5705923833117e14f9cc17d92 [diff] |
Merge branch 'dev_close-void' Stephen Hemminger says: ==================== net: make dev_close void Noticed while working on other changes. Why is dev_close() returning int, it should be void. Should also change ndo_close to be void, but that requires more work and someone with more coccinelle foo (smpl) than me. ==================== Signed-off-by: David S. Miller <davem@davemloft.net>