net/mlx5e: Fix trailing semicolon
authorLuis de Bethencourt <luisbg@kernel.org>
Wed, 17 Jan 2018 12:09:15 +0000 (12:09 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Jan 2018 21:22:11 +0000 (16:22 -0500)
commit4c5386bae994e0cf683c973ea8adc23e0d2ca3d3
treed854fe3a6246be06b0fdf0f5c920b2d4b910fc9a
parentd680b3524cd2b9c4f1dc2ba1823c538988bb85e2
net/mlx5e: Fix trailing semicolon

The trailing semicolon is an empty statement that does no operation.
Removing it since it doesn't do anything.

Signed-off-by: Luis de Bethencourt <luisbg@kernel.org>
Reviewed-by: Saeed Mahameed <saeedm@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx5/core/ipoib/ipoib.c