From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH 05/12] openvswitch: drop unneeded newline Date: Tue, 02 Jan 2018 13:50:30 -0500 (EST) Message-ID: <20180102.135030.669121099735044482.davem@davemloft.net> References: <1514386305-7402-1-git-send-email-Julia.Lawall@lip6.fr> <1514386305-7402-6-git-send-email-Julia.Lawall@lip6.fr> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: pshelar@nicira.com, kernel-janitors@vger.kernel.org, netdev@vger.kernel.org, dev@openvswitch.org, linux-kernel@vger.kernel.org To: Julia.Lawall@lip6.fr Return-path: Received: from shards.monkeyblade.net ([184.105.139.130]:50932 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750938AbeABSuc (ORCPT ); Tue, 2 Jan 2018 13:50:32 -0500 In-Reply-To: <1514386305-7402-6-git-send-email-Julia.Lawall@lip6.fr> Sender: netdev-owner@vger.kernel.org List-ID: From: Julia Lawall Date: Wed, 27 Dec 2017 15:51:38 +0100 > OVS_NLERR prints a newline at the end of the message string, so the > message string does not need to include a newline explicitly. Done > using Coccinelle. > > Signed-off-by: Julia Lawall Applied.