Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp2224322yba; Mon, 15 Apr 2019 07:28:00 -0700 (PDT) X-Google-Smtp-Source: APXvYqybmZRPHarL032VBWZEY6iCER1e5EoWRKkJlYRdJeAbAVpk1pyBSpUspxOBsNoHbs0gDHDX X-Received: by 2002:a62:6086:: with SMTP id u128mr76316331pfb.148.1555338480774; Mon, 15 Apr 2019 07:28:00 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555338480; cv=none; d=google.com; s=arc-20160816; b=hDIP18ZPEH3CYBLy94CHQTGLfUAcUrZq4GvO74MQr4mDrtyH9D4c949xamvY0W83Pa pVUPotGHbRm1VUcTi+48jPTiyan4ubliLUxAuBXOsmD3di0D3TQNuzkB56IRr+1+AwDk pzjtQPBbcRdGDwl5M4Ae17W414RDs8DTIJDgIY7JaZ4HqA23wcCsNvf79kZUHDLZQ7sz gkj3GC/SA/acOO+qZ3WQBBd4oOILeiVoSK9zLb9CXYAWc2LbxSM39gBS85br7NcwnTNx ByGAICRl5+ugp2L0GPC642D4letoi/8HQYXyYT+Hv6SEupU0gmOAhvIFhEZDMlIa2G9N IKCg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:content-transfer-encoding:mime-version :message-id:date:subject:cc:to:from; bh=MWuWFjF9YTMzizJLSooVFDLrRavKZRgY7NldICtICww=; b=0UiB9fSEO8xfIjk2sKDqNSAc4lFzPc1WGJ2SFCj1KefkcaZ1Q/FLykWn4/UPNoRQ45 pz1n8hVw7vHjIujTzlEa2XhW7FjEKvn/kKamiGG/HtTyJXHAUpnUi++FyQHRyApCyoX/ Hz5Vt9Thuu90YNvZ5qvRE4amCEMjblfFtNsuDg//4qDL2XKp5wYY4D/eQmaEmvG5Kemv GXAIqsPTAvN1xVWjJ3TMSGhPmeUuO0KHxl3UqKJaBtG9YPXOX4MMmOG6nJUTpgbeSKC5 qbtB8q+H/Dej9iAWwzEAQCMOUw266rDGCPAQwn7ZWcEPo0ZL0XKFoU+Qh0z3mlJ6ozLa BR4Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h8si48264880plb.282.2019.04.15.07.27.43; Mon, 15 Apr 2019 07:28:00 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=canonical.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727478AbfDOO05 (ORCPT + 99 others); Mon, 15 Apr 2019 10:26:57 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:59292 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1725789AbfDOO04 (ORCPT ); Mon, 15 Apr 2019 10:26:56 -0400 Received: from 1.general.cking.uk.vpn ([10.172.193.212] helo=localhost) by youngberry.canonical.com with esmtpsa (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.76) (envelope-from ) id 1hG2ZN-0000e8-UC; Mon, 15 Apr 2019 14:26:50 +0000 From: Colin King To: Amitkumar Karwar , Nishant Sarmukadam , Ganapathi Bhat , Xinming Hu , Kalle Valo , "David S . Miller" , linux-wireless@vger.kernel.org, netdev@vger.kernel.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] mwifiex: fix spelling mistake "capabilties" -> "capabilities" Date: Mon, 15 Apr 2019 15:26:49 +0100 Message-Id: <20190415142649.18452-1-colin.king@canonical.com> X-Mailer: git-send-email 2.20.1 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Colin Ian King There various spelling mistakes in function names and in message text. Fix these. Signed-off-by: Colin Ian King --- drivers/net/wireless/marvell/mwifiex/sta_event.c | 12 ++++++------ drivers/net/wireless/marvell/mwifiex/uap_event.c | 8 ++++---- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/drivers/net/wireless/marvell/mwifiex/sta_event.c b/drivers/net/wireless/marvell/mwifiex/sta_event.c index a327fc5b36e3..8b3123cb84c8 100644 --- a/drivers/net/wireless/marvell/mwifiex/sta_event.c +++ b/drivers/net/wireless/marvell/mwifiex/sta_event.c @@ -27,9 +27,9 @@ #define MWIFIEX_IBSS_CONNECT_EVT_FIX_SIZE 12 -static int mwifiex_check_ibss_peer_capabilties(struct mwifiex_private *priv, - struct mwifiex_sta_node *sta_ptr, - struct sk_buff *event) +static int mwifiex_check_ibss_peer_capabilities(struct mwifiex_private *priv, + struct mwifiex_sta_node *sta_ptr, + struct sk_buff *event) { int evt_len, ele_len; u8 *curr; @@ -42,7 +42,7 @@ static int mwifiex_check_ibss_peer_capabilties(struct mwifiex_private *priv, evt_len = event->len; curr = event->data; - mwifiex_dbg_dump(priv->adapter, EVT_D, "ibss peer capabilties:", + mwifiex_dbg_dump(priv->adapter, EVT_D, "ibss peer capabilities:", event->data, event->len); skb_push(event, MWIFIEX_IBSS_CONNECT_EVT_FIX_SIZE); @@ -937,8 +937,8 @@ int mwifiex_process_sta_event(struct mwifiex_private *priv) ibss_sta_addr); sta_ptr = mwifiex_add_sta_entry(priv, ibss_sta_addr); if (sta_ptr && adapter->adhoc_11n_enabled) { - mwifiex_check_ibss_peer_capabilties(priv, sta_ptr, - adapter->event_skb); + mwifiex_check_ibss_peer_capabilities(priv, sta_ptr, + adapter->event_skb); if (sta_ptr->is_11n_enabled) for (i = 0; i < MAX_NUM_TID; i++) sta_ptr->ampdu_sta[i] = diff --git a/drivers/net/wireless/marvell/mwifiex/uap_event.c b/drivers/net/wireless/marvell/mwifiex/uap_event.c index ca759d9c0253..86bfa1b9ef9d 100644 --- a/drivers/net/wireless/marvell/mwifiex/uap_event.c +++ b/drivers/net/wireless/marvell/mwifiex/uap_event.c @@ -23,8 +23,8 @@ #define MWIFIEX_BSS_START_EVT_FIX_SIZE 12 -static int mwifiex_check_uap_capabilties(struct mwifiex_private *priv, - struct sk_buff *event) +static int mwifiex_check_uap_capabilities(struct mwifiex_private *priv, + struct sk_buff *event) { int evt_len; u8 *curr; @@ -38,7 +38,7 @@ static int mwifiex_check_uap_capabilties(struct mwifiex_private *priv, evt_len = event->len; curr = event->data; - mwifiex_dbg_dump(priv->adapter, EVT_D, "uap capabilties:", + mwifiex_dbg_dump(priv->adapter, EVT_D, "uap capabilities:", event->data, event->len); skb_push(event, MWIFIEX_BSS_START_EVT_FIX_SIZE); @@ -201,7 +201,7 @@ int mwifiex_process_uap_event(struct mwifiex_private *priv) ETH_ALEN); if (priv->hist_data) mwifiex_hist_data_reset(priv); - mwifiex_check_uap_capabilties(priv, adapter->event_skb); + mwifiex_check_uap_capabilities(priv, adapter->event_skb); break; case EVENT_UAP_MIC_COUNTERMEASURES: /* For future development */ -- 2.20.1