commit | 83ad357dee467f63574de35752bc40033deab30e | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Wed Jun 14 22:17:20 2017 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 15 12:17:06 2017 -0400 |
tree | 3b6ca2841cf87827e0fc655abe9306603f06da81 | |
parent | 108ea51412a7fddcd0a39efe564dffd47a033e6c [diff] |
skbuff: make skb_put_zero() return void It's nicer to return void, since then there's no need to cast to any structures. Currently none of the users have a cast, but a number of future conversions do. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: David S. Miller <davem@davemloft.net>