From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] netfilter: nf_tables: Fix trailing semicolon Date: Fri, 19 Jan 2018 14:10:19 +0100 Message-ID: <20180119131019.hkafxoruqsifhlax@salvia> References: <20180116145101.7190-1-luisbg@kernel.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: linux-kernel@vger.kernel.org, Joe Perches , netdev@vger.kernel.org, Jozsef Kadlecsik , Florian Westphal , "David S . Miller" , netfilter-devel@vger.kernel.org, coreteam@netfilter.org To: Luis de Bethencourt Return-path: Received: from mail.us.es ([193.147.175.20]:53030 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754719AbeASNK0 (ORCPT ); Fri, 19 Jan 2018 08:10:26 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 9FBF520A527 for ; Fri, 19 Jan 2018 14:10:24 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 8FD8BDA859 for ; Fri, 19 Jan 2018 14:10:24 +0100 (CET) Content-Disposition: inline In-Reply-To: <20180116145101.7190-1-luisbg@kernel.org> Sender: netdev-owner@vger.kernel.org List-ID: On Tue, Jan 16, 2018 at 02:51:01PM +0000, Luis de Bethencourt wrote: > The trailing semicolon is an empty statement that does no operation. > Removing it since it doesn't do anything. Applied.