From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] net: netfilter: netlink: delete extra spaces Date: Mon, 29 May 2017 11:32:49 +0200 Message-ID: <20170529093249.GA8809@salvia> References: <1494565866-23308-1-git-send-email-xiaolou4617@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: kadlec@blackhole.kfki.hu, fw@strlen.de, davem@davemloft.net, netfilter-devel@vger.kernel.org, coreteam@netfilter.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org To: linzhang Return-path: Received: from mail.us.es ([193.147.175.20]:57192 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750893AbdE2Jc6 (ORCPT ); Mon, 29 May 2017 05:32:58 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 45ACB1DA08F for ; Mon, 29 May 2017 11:32:49 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 375F86DC61 for ; Mon, 29 May 2017 11:32:49 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 321A3100A6A for ; Mon, 29 May 2017 11:32:47 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1494565866-23308-1-git-send-email-xiaolou4617@gmail.com> Sender: netdev-owner@vger.kernel.org List-ID: On Fri, May 12, 2017 at 01:11:06PM +0800, linzhang wrote: > This patch cleans up extra spaces. Applied.