Received: by 2002:a25:8b12:0:0:0:0:0 with SMTP id i18csp1961313ybl; Sat, 31 Aug 2019 05:32:48 -0700 (PDT) X-Google-Smtp-Source: APXvYqwk5kFkYy8enhDpzaSwpyL3Efen/sKHYCVDy2ZjXwsWtvX+ybyVl8+eoq4cWS29JrncMk2y X-Received: by 2002:aa7:9303:: with SMTP id 3mr3855092pfj.29.1567254767980; Sat, 31 Aug 2019 05:32:47 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1567254767; cv=none; d=google.com; s=arc-20160816; b=SBztyXmVsB3WNYKyrZuJyW1Tf5G4FdBj1+OsAjm3Eo/N+LCpzUE/NpsCkbgnMwojjO 03DmdAPnRA9DnJI1udbQ8nvHzHRZRqgXqqB2sCacCwuDYvSgd1PhXOU4gA+cL4PYfmMH a6CTtnzBYS/PlUBYGtxI611GXVCTUfg9Ah2/XQoPANp7t+Vb8jQdWCkqGmfBcrh0qryf 8agLIMDLyAdLZcpJAxUESmkES6WzAvFvh3ASPOyFl2/9I6xU6JLcmR43za0wuufl76+t WRpa1ohsqIzZVOojqtOD63WuuCI9rg0ibVXCoSWsa2m37EAOSXRHENsymh4i6R2iHxjX 1ZKA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:to:references:message-id :content-transfer-encoding:cc:date:in-reply-to:from:subject :mime-version; bh=A0eAsma75U/7UUisvBc2VWLPYeJkl7gs8r+RpevnDlY=; b=wEKCeJIRrpFe8w/LW+jsycdW78nEtV0apfTJ/JD3MH4eUEQvfc3UFTBp9dLtsheQ4W 8SJFSRiqxEf+vL4Hg1tbJjDOBK5mDjT5C0XYSAEXbmOWzuHv6UdYJKN/2eeupddp6geT 2hquymde3Fl6lSLTwk9zGW3LquJEFlwEtTyxJ9vI4VE1zbff1nXhN4SbrhUh9G1KrMkR UrDEpGwUjSp4LPcTcMHIBRGCz0OL3Z0rlfeBK+3smGfQp6cGq5yHno0iVdMsxNx1dMiG gEFqjeLKmRVTvzD7OErFLxVEnmnLDeYv0RZyq+lSZNjtKKGCwqQsK7Pnz8KxlQ/h1HwZ pYXg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d36si7483199pla.286.2019.08.31.05.32.33; Sat, 31 Aug 2019 05:32:47 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-bluetooth-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727616AbfHaMbv (ORCPT + 99 others); Sat, 31 Aug 2019 08:31:51 -0400 Received: from coyote.holtmann.net ([212.227.132.17]:59131 "EHLO mail.holtmann.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727274AbfHaMbv (ORCPT ); Sat, 31 Aug 2019 08:31:51 -0400 Received: from marcel-macbook.fritz.box (p4FEFC580.dip0.t-ipconnect.de [79.239.197.128]) by mail.holtmann.org (Postfix) with ESMTPSA id 8DE34CECF0; Sat, 31 Aug 2019 14:40:36 +0200 (CEST) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 12.4 \(3445.104.11\)) Subject: Re: [PATCH 2/2] Bluetooth: btrtl: Remove trailing newline from calls to rtl_dev macros From: Marcel Holtmann In-Reply-To: <20190831084611.GA10415@laptop-alex> Date: Sat, 31 Aug 2019 14:31:50 +0200 Cc: Johan Hedberg , linux-bluetooth@vger.kernel.org, linux-kernel@vger.kernel.org, Max Chou Content-Transfer-Encoding: 7bit Message-Id: References: <20190831084611.GA10415@laptop-alex> To: Alex Lu X-Mailer: Apple Mail (2.3445.104.11) Sender: linux-bluetooth-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Alex, > These printing macros already add a trailing newline, so drop these > unnecessary additional newlines. > > Signed-off-by: Alex Lu > --- > drivers/bluetooth/btrtl.c | 56 +++++++++++++++++++-------------------- > 1 file changed, 28 insertions(+), 28 deletions(-) patch has been applied to bluetooth-next tree. Regards Marcel