From patchwork Mon Nov 27 17:56:21 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Schiffer X-Patchwork-Id: 10077709 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 557E5605BD for ; Mon, 27 Nov 2017 17:57:14 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 4A61D28943 for ; Mon, 27 Nov 2017 17:57:14 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3F48528E7E; Mon, 27 Nov 2017 17:57:14 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-4.2 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [65.50.211.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id EEEFA28943 for ; Mon, 27 Nov 2017 17:57:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:In-Reply-To: References:List-Owner; bh=FCU1UyKJidPoiDLnn1IV4pGpdwFhwXWWoZpk6OtNefs=; b=p2t 8HwDX4b3nu7xnHW8e76pY3Hdx/VoTWrecVKdcek98vFcHhCqhoNv4n4sjmxh1Nw/LOYbfke99qSs/ OrLyifoWO8jWmm/siOEC/KRomiqiAlnE3wy/PCmnbaBQMcz678Y0wm7r2CDR4J4N6gsuPANQprLuO VgLldTDXI1ABevaw8LwSLGdvfjPa1LvkgG3jGphwZUfrps7PG25TWWosAabQHDzOSgtZH3UJnVZuY 6gXXWDDoQLuOWbyJuoFAu4hnxG7LuJ09WC8vR4sq4W0x+5zbNFLOLfotcYvJokbca79GVYICrX/5b 1NB8hr+vhYncqTSk862HVRmu231ji2A==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.87 #1 (Red Hat Linux)) id 1eJNeQ-0007BV-Rw; Mon, 27 Nov 2017 17:57:02 +0000 Received: from chaos.universe-factory.net ([31.24.148.19]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1eJNeN-0007AO-4j for ath10k@lists.infradead.org; Mon, 27 Nov 2017 17:57:01 +0000 Received: from localhost.localdomain (unknown [IPv6:2a00:c1a0:8084:2700:688b:f9c4:45d6:d265]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by chaos.universe-factory.net (Postfix) with ESMTPSA id D3D7118758B; Mon, 27 Nov 2017 18:56:30 +0100 (CET) From: Matthias Schiffer To: kvalo@qca.qualcomm.com Subject: [PATCH 1/3] ath9k: remove stray backslash in Makefile Date: Mon, 27 Nov 2017 18:56:21 +0100 Message-Id: X-Mailer: git-send-email 2.15.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20171127_095659_388437_D3BF6029 X-CRM114-Status: UNSURE ( 6.91 ) X-CRM114-Notice: Please train this message. X-BeenThere: ath10k@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: netdev@vger.kernel.org, linux-wireless@vger.kernel.org, ath9k-devel@qca.qualcomm.com, ath10k@lists.infradead.org, linux-kernel@vger.kernel.org, nbd@nbd.name MIME-Version: 1.0 Sender: "ath10k" Errors-To: ath10k-bounces+patchwork-ath10k=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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 ath9k_common-$(CONFIG_ATH9K_COMMON_DEBUG) += common-debug.o \ common-spectral.o