Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754137AbdLGOaX (ORCPT ); Thu, 7 Dec 2017 09:30:23 -0500 Received: from alexa-out.qualcomm.com ([129.46.98.28]:3932 "EHLO alexa-out.qualcomm.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753762AbdLGOaV (ORCPT ); Thu, 7 Dec 2017 09:30:21 -0500 X-IronPort-AV: E=McAfee;i="5900,7806,8737"; a="1496969531" X-MGA-submission: =?us-ascii?q?MDGTHlUyJbQUYI3UzKfxUw8xmJQIDspxC2arv1?= =?us-ascii?q?0A34MLmCq+nk5UQ3z/cXPT++4aOqMr5hW0eFoSNL96rANJREmpCUnHbZ?= =?us-ascii?q?SWU2ScTaYf9G1GupQPfIQUgP7WE7yOO6vA61opLiR7nMQRQJGhhYEBFa?= =?us-ascii?q?j0?= From: Kalle Valo To: Jakub Kicinski CC: Matthias Schiffer , ath9k-devel , "ath10k@lists.infradead.org" , "linux-wireless@vger.kernel.org" , "netdev@vger.kernel.org" , "linux-kernel@vger.kernel.org" , "nbd@nbd.name" Subject: Re: [PATCH 1/3] ath9k: remove stray backslash in Makefile Thread-Topic: [PATCH 1/3] ath9k: remove stray backslash in Makefile Thread-Index: AQHTb2fldRcBNx/p+k6yt0Vlws8bcQ== Date: Thu, 7 Dec 2017 14:30:14 +0000 Message-ID: <87374mvcej.fsf@kamboji.qca.qualcomm.com> References: <20171127193516.682827ea@cakuba.netronome.com> In-Reply-To: <20171127193516.682827ea@cakuba.netronome.com> (Jakub Kicinski's message of "Mon, 27 Nov 2017 19:35:16 -0800") Accept-Language: en-GB, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-messagesentrepresentingtype: 1 x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.251.52.12] Content-Type: text/plain; charset="iso-8859-1" MIME-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by nfs id vB7EUd35027988 Content-Length: 1093 Lines: 30 Jakub Kicinski writes: > On Mon, 27 Nov 2017 18:56:21 +0100, Matthias Schiffer wrote: >> Signed-off-by: Matthias Schiffer >> --- >> drivers/net/wireless/ath/ath9k/Makefile | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/net/wireless/ath/ath9k/Makefile b/drivers/net/wireless/ath/ath9k/Makefile >> index 36a40ffdce15..90e4a341076c 100644 >> --- a/drivers/net/wireless/ath/ath9k/Makefile >> +++ b/drivers/net/wireless/ath/ath9k/Makefile >> @@ -59,7 +59,7 @@ obj-$(CONFIG_ATH9K_HW) += ath9k_hw.o >> obj-$(CONFIG_ATH9K_COMMON) += ath9k_common.o >> ath9k_common-y:= common.o \ >> common-init.o \ >> - common-beacon.o \ >> + common-beacon.o >> > > It's not necessarily stray, there is nothing on the next line so it's > OK, and if you add \ at the end of all lines, you don't have to touch > the last line every time you add/remove something. Sort of like > putting a , after last enum value. I agree with Jakub, I think the backslash is there on purpose so I dropped this patch. -- Kalle Valo