Re: [PATCH] vxlan: Fix trailing semicolon

2018-01-17 Thread David Miller
From: Luis de Bethencourt Date: Tue, 16 Jan 2018 15:03:32 + > 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 Applied to net-next, thanks

Re: [PATCH] vxlan: Fix trailing semicolon

2018-01-16 Thread Stephen Hemminger
On Tue, 16 Jan 2018 15:03:32 + Luis de Bethencourt wrote: > 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 > --- > > Hi, > > An other t

[PATCH] vxlan: Fix trailing semicolon

2018-01-16 Thread Luis de Bethencourt
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 --- Hi, An other trailing semicolon to remove. Best regards Luis [0] http://driverdev.linuxdrive