From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932147AbcFQAln (ORCPT ); Thu, 16 Jun 2016 20:41:43 -0400 Received: from shards.monkeyblade.net ([149.20.54.216]:44697 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754411AbcFQAll (ORCPT ); Thu, 16 Jun 2016 20:41:41 -0400 Date: Thu, 16 Jun 2016 17:41:39 -0700 (PDT) Message-Id: <20160616.174139.1873120271013409429.davem@davemloft.net> To: tangwei@cmss.chinamobile.com Cc: edumazet@google.com, aduyck@mirantis.com, jiri@mellanox.com, jarod@redhat.com, nikolay@cumulusnetworks.com, ast@plumgrid.com, tom@herbertland.com, daniel@iogearbox.net, ja@ssi.bg, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] net: the space is required after ',' From: David Miller In-Reply-To: <1466083812-9793-1-git-send-email-tangwei@cmss.chinamobile.com> References: <1466083812-9793-1-git-send-email-tangwei@cmss.chinamobile.com> X-Mailer: Mew version 6.7 on Emacs 24.5 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.5.12 (shards.monkeyblade.net [149.20.54.216]); Thu, 16 Jun 2016 17:41:40 -0700 (PDT) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Wei Tang Date: Thu, 16 Jun 2016 21:30:12 +0800 > The space is missing after ',', and this will introduce much more > noise when checking patch around. > > Signed-off-by: Wei Tang Applied.