diff options
author | Luis de Bethencourt <luisbg@kernel.org> | 2018-01-16 15:03:32 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-01-17 16:07:24 -0500 |
commit | 5ef7e0ba1039d65c4eefde92056769548b214273 (patch) | |
tree | 0296b6c9996f7c78d16c95c0882257f64647ceb6 /Documentation | |
parent | baf5086840ab1815003e6ece5a51c1a803f81f47 (diff) | |
download | linux-5ef7e0ba1039d65c4eefde92056769548b214273.tar.bz2 |
vxlan: Fix trailing semicolon
The trailing semicolon is an empty statement that does no operation.
It is completely stripped out by the compiler. Removing it since it doesn't do
anything.
Fixes: 5f35227ea34b ("net: Generalize ndo_gso_check to ndo_features_check")
Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Acked-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions