Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753941AbdIYNfx (ORCPT ); Mon, 25 Sep 2017 09:35:53 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:50971 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934399AbdIYNfu (ORCPT ); Mon, 25 Sep 2017 09:35:50 -0400 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 10.3 \(3273\)) Subject: Re: [PATCH] Bluetooth: btmrvl: *_err() and *_info() strings should end with newlines From: Marcel Holtmann In-Reply-To: <4f30b7d1f1933dadaa9a9af8adc66b85b67bb573.1506324921.git.arvind.yadav.cs@gmail.com> Date: Mon, 25 Sep 2017 15:35:48 +0200 Cc: "Gustavo F. Padovan" , Johan Hedberg , "bluez mailin list (linux-bluetooth@vger.kernel.org)" , linux-kernel@vger.kernel.org Content-Transfer-Encoding: 7bit Message-Id: <72948618-3BAB-4AE0-9AF7-B04074D89DD9@holtmann.org> References: <4f30b7d1f1933dadaa9a9af8adc66b85b67bb573.1506324921.git.arvind.yadav.cs@gmail.com> To: Arvind Yadav X-Mailer: Apple Mail (2.3273) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 377 Lines: 15 Hi Arvind, > pr_err(), dev_err() and pr_info() messages should terminated with > a new-line to avoid other messages being concatenated onto the end. > > Signed-off-by: Arvind Yadav > --- > drivers/bluetooth/btmrvl_sdio.c | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel