Re: [PATCH] vxlan: Fix trailing semicolon

From: David Miller
Date: Wed Jan 17 2018 - 16:07:43 EST


From: Luis de Bethencourt <luisbg@xxxxxxxxxx>
Date: Tue, 16 Jan 2018 15:03:32 +0000

> 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.
>
> Signed-off-by: Luis de Bethencourt <luisbg@xxxxxxxxxx>

Applied to net-next, thanks.