Received: by 2002:a25:d7c1:0:0:0:0:0 with SMTP id o184csp2864743ybg; Sun, 20 Oct 2019 01:59:20 -0700 (PDT) X-Google-Smtp-Source: APXvYqzuYzfFrnQlSKRONP/HKTsk5PJLsz51y5RwBeZJ5j3kbzx5278fIdSrdcvlfn2PPVPkn3Ae X-Received: by 2002:a17:906:4716:: with SMTP id y22mr16515083ejq.225.1571561959998; Sun, 20 Oct 2019 01:59:19 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1571561959; cv=none; d=google.com; s=arc-20160816; b=lr1XknHaPKx1AFRTlnDFt4qZhjHeAil0ffjFTJnzMnuvnHTgjoUtkge/bDb88UR1lx suG5EevozgwbexUz5/i/adQBaakrM28P0CHdk/Nctu60ywavJ+oP/HWHCJRT/M0LyP4E gmOAZLJsMU0VLZYMPNGFenONlCxQEVUwOvJy2/6HZrCiwYJpkjpfyQtJUwXFLLPdpQ9n ukUjRI0UXCEuEA4jIpUPjlCMkgTh4jKe/14rHuYGbjicszGuzZnuPY9aZYXCUAGoeSzs kkr+V6f7sWSRGfvW+tg01s77DmPZ0ONsh6x+xSDPeu1xoh24mwp2TkwVwxUk452xF1a8 qD1g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:subject:content-transfer-encoding :mime-version:references:in-reply-to:message-id:date:cc:to:from; bh=anURLxxplMSDzUSzM7C9Z6QeZxCWmjKR961P0o+Xgtw=; b=f1uxJj2KK9uw8u5msvXT7g52dVcfxhv2GimgsM5+Vea4Rgys23Vq4VcB6EUKnLXCCb NYhWuPW6qnsvPTFwZXavmfjpbBl6u+TflxD+oeHihGQffwhqoQP5IhB+7Yuo6dez2Jsx 5IYv60UtRrU1rGmlyr64rRbc3nx+yl550Lmk2zcxDjQ27QbHSTFjaFQ4TXHzWePEmDVk IhsNJpM4U9+nXQkoxmkQMV13sTn5a9s/ApHNVldN4xVflyPBlUPNXSJGhBgwLdEA+Dou qfcl30k1m6WXHkOGavHjV+HEcNwNRPObJ8fwYYdZLx0Fc1g6j3VAC7zJ8AYsuIOh17/c aNdQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-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 n2si7624468edq.264.2019.10.20.01.58.55; Sun, 20 Oct 2019 01:59:19 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-wireless-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-wireless-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-wireless-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726319AbfJTI4I (ORCPT + 99 others); Sun, 20 Oct 2019 04:56:08 -0400 Received: from paleale.coelho.fi ([176.9.41.70]:50830 "EHLO farmhouse.coelho.fi" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726115AbfJTI4H (ORCPT ); Sun, 20 Oct 2019 04:56:07 -0400 Received: from [91.156.6.193] (helo=redipa.ger.corp.intel.com) by farmhouse.coelho.fi with esmtpsa (TLS1.3:ECDHE_X25519__RSA_PSS_RSAE_SHA256__AES_256_GCM:256) (Exim 4.92) (envelope-from ) id 1iM70M-0003LY-7W; Sun, 20 Oct 2019 11:56:02 +0300 From: Luca Coelho To: kvalo@codeaurora.org Cc: linux-wireless@vger.kernel.org Date: Sun, 20 Oct 2019 11:55:44 +0300 Message-Id: <20191020085545.16407-10-luca@coelho.fi> X-Mailer: git-send-email 2.23.0 In-Reply-To: <20191020085545.16407-1-luca@coelho.fi> References: <20191020085545.16407-1-luca@coelho.fi> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on farmhouse.coelho.fi X-Spam-Level: X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Subject: [PATCH 11/12] iwlwifi: 22000: fix some indentation Sender: linux-wireless-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-wireless@vger.kernel.org From: Johannes Berg Somehow two tabs snuck into this file where just one should be used, fix that. Signed-off-by: Johannes Berg Signed-off-by: Luca Coelho --- .../net/wireless/intel/iwlwifi/cfg/22000.c | 30 +++++++++---------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c index 37bcf157f0bb..8ad771dadae2 100644 --- a/drivers/net/wireless/intel/iwlwifi/cfg/22000.c +++ b/drivers/net/wireless/intel/iwlwifi/cfg/22000.c @@ -317,39 +317,39 @@ const struct iwl_cfg iwl_ax101_cfg_quz_hr = { }; const struct iwl_cfg iwl_ax201_cfg_quz_hr = { - .name = "Intel(R) Wi-Fi 6 AX201 160MHz", - .fw_name_pre = IWL_QUZ_A_HR_B_FW_PRE, - IWL_DEVICE_22500, - /* + .name = "Intel(R) Wi-Fi 6 AX201 160MHz", + .fw_name_pre = IWL_QUZ_A_HR_B_FW_PRE, + IWL_DEVICE_22500, + /* * This device doesn't support receiving BlockAck with a large bitmap * so we need to restrict the size of transmitted aggregation to the * HT size; mac80211 would otherwise pick the HE max (256) by default. */ - .max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT, + .max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT, }; const struct iwl_cfg iwl_ax1650s_cfg_quz_hr = { - .name = "Killer(R) Wi-Fi 6 AX1650s 160MHz Wireless Network Adapter (201D2W)", - .fw_name_pre = IWL_QUZ_A_HR_B_FW_PRE, - IWL_DEVICE_22500, - /* + .name = "Killer(R) Wi-Fi 6 AX1650s 160MHz Wireless Network Adapter (201D2W)", + .fw_name_pre = IWL_QUZ_A_HR_B_FW_PRE, + IWL_DEVICE_22500, + /* * This device doesn't support receiving BlockAck with a large bitmap * so we need to restrict the size of transmitted aggregation to the * HT size; mac80211 would otherwise pick the HE max (256) by default. */ - .max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT, + .max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT, }; const struct iwl_cfg iwl_ax1650i_cfg_quz_hr = { - .name = "Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)", - .fw_name_pre = IWL_QUZ_A_HR_B_FW_PRE, - IWL_DEVICE_22500, - /* + .name = "Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW)", + .fw_name_pre = IWL_QUZ_A_HR_B_FW_PRE, + IWL_DEVICE_22500, + /* * This device doesn't support receiving BlockAck with a large bitmap * so we need to restrict the size of transmitted aggregation to the * HT size; mac80211 would otherwise pick the HE max (256) by default. */ - .max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT, + .max_tx_agg_size = IEEE80211_MAX_AMPDU_BUF_HT, }; const struct iwl_cfg iwl_ax200_cfg_cc = { -- 2.23.0