commit | 2e8cb1b3db384382c84cc5f765c821454640aac1 | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <vladimir.oltean@nxp.com> | Sat Sep 26 22:32:05 2020 +0300 |
committer | David S. Miller <davem@davemloft.net> | Sat Sep 26 14:17:59 2020 -0700 |
tree | 7e40eb51a2c7b38b22283da0db28815ab626a76b | |
parent | 5124197ce58b5706bb60c2ecb3b79f4dfabab6e1 [diff] |
net: dsa: make the .flow_dissect tagger callback return void There is no tagger that returns anything other than zero, so just change the return type appropriately. Signed-off-by: Vladimir Oltean <vladimir.oltean@nxp.com> Reviewed-by: Andrew Lunn <andrew@lunn.ch> Signed-off-by: David S. Miller <davem@davemloft.net>