From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH] vxlan: Fix trailing semicolon Date: Wed, 17 Jan 2018 16:07:36 -0500 (EST) Message-ID: <20180117.160736.1427135584095130893.davem@davemloft.net> References: <20180116150332.11242-1-luisbg@kernel.org> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: linux-kernel@vger.kernel.org, joe@perches.com, netdev@vger.kernel.org To: luisbg@kernel.org Return-path: In-Reply-To: <20180116150332.11242-1-luisbg@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Luis de Bethencourt 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 Applied to net-next, thanks.