projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
eb2b987
7051b88
)
Merge branch 'dev_close-void'
author
David S. Miller
<
[email protected]
>
Wed, 19 Jul 2017 23:45:16 +0000
(16:45 -0700)
committer
David S. Miller
<
[email protected]
>
Wed, 19 Jul 2017 23:45:16 +0000
(16:45 -0700)
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 <
[email protected]
>
Trivial merge