From patchwork Tue Oct 30 11:48:21 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: asingh.engi@gmail.com X-Patchwork-Id: 195462 X-Patchwork-Delegate: davem@davemloft.net Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 888F02C008B for ; Tue, 30 Oct 2012 22:48:54 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933045Ab2J3Lsk (ORCPT ); Tue, 30 Oct 2012 07:48:40 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:51713 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932537Ab2J3Lsi (ORCPT ); Tue, 30 Oct 2012 07:48:38 -0400 Received: by mail-pb0-f46.google.com with SMTP id rr4so128509pbb.19 for ; Tue, 30 Oct 2012 04:48:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer; bh=j4UVD3e8ZVn2y/leKTZ4pzd9aZ0ocRsk990te6kCR8w=; b=NKDoIrEnmqqA1SJ/ry/JUiSaM0lNTS4ywoh35qKq9LqZwR1YaoSeXmsU1sRuB9Q/3Z rmM+PDzMyP51J+GDbwUzd4p/6hWr1tC5SddA91zTTXW+8fs3Gen4PpO+JWkGUZ5+by8u dLxAfH361aOH5mgDJYUBoBXgTm3ukfDiA0lco9i1YU7tbRq9jRKs1JyLzXW/eLMIdI0z cHQwm1WPIskIP/pvyJzIE74bbIUYXz9NLecOvtPGfIzSVvhkc5PE+E1VBm59qpOVC/AO sjzwQAnKXOVMJmeab/AUnPUwKyQiRz6hkZHkkXs+4i3AZCrTdJCCcHPB84r87MbYlDqu ONew== Received: by 10.66.87.163 with SMTP id az3mr91580791pab.62.1351597718283; Tue, 30 Oct 2012 04:48:38 -0700 (PDT) Received: from localhost.localdomain ([203.196.157.226]) by mx.google.com with ESMTPS id ox7sm445479pbb.14.2012.10.30.04.48.34 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 30 Oct 2012 04:48:37 -0700 (PDT) From: Ashwini Singh To: johannes@sipsolutions.net Cc: linville@tuxdriver.com, davem@davemloft.net, linux-wireless@vger.kernel.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org, Ashwini Singh Subject: [PATCH] Linus's tree: wireless: Spelling corrections Date: Tue, 30 Oct 2012 17:18:21 +0530 Message-Id: <1351597701-18216-1-git-send-email-asingh.engi@gmail.com> X-Mailer: git-send-email 1.7.4.1 Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Few spelling corrections in wireless directory. Signed-off-by: Ashwini Singh --- net/wireless/radiotap.c | 2 +- net/wireless/reg.c | 6 +++--- net/wireless/wext-compat.c | 2 +- net/wireless/wext-core.c | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net/wireless/radiotap.c b/net/wireless/radiotap.c index 7d604c0..eaf4282 100644 --- a/net/wireless/radiotap.c +++ b/net/wireless/radiotap.c @@ -190,7 +190,7 @@ static void find_ns(struct ieee80211_radiotap_iterator *iterator, * present fields. @this_arg can be changed by the caller (eg, * incremented to move inside a compound argument like * IEEE80211_RADIOTAP_CHANNEL). The args pointed to are in - * little-endian format whatever the endianess of your CPU. + * little-endian format whatever the endianness of your CPU. * * Alignment Gotcha: * You must take care when dereferencing iterator.this_arg diff --git a/net/wireless/reg.c b/net/wireless/reg.c index 3b8cbbc..b98ff98 100644 --- a/net/wireless/reg.c +++ b/net/wireless/reg.c @@ -718,7 +718,7 @@ static int freq_reg_info_regd(struct wiphy *wiphy, /* * Follow the driver's regulatory domain, if present, unless a country - * IE has been processed or a user wants to help complaince further + * IE has been processed or a user wants to help compliance further */ if (!custom_regd && last_request->initiator != NL80211_REGDOM_SET_BY_COUNTRY_IE && @@ -2133,7 +2133,7 @@ bool reg_supported_dfs_region(u8 dfs_region) case NL80211_DFS_JP: return true; default: - REG_DBG_PRINT("Ignoring uknown DFS master region: %d\n", + REG_DBG_PRINT("Ignoring unknown DFS master region: %d\n", dfs_region); return false; } @@ -2155,7 +2155,7 @@ static void print_dfs_region(u8 dfs_region) pr_info(" DFS Master region JP"); break; default: - pr_info(" DFS Master region Uknown"); + pr_info(" DFS Master region Unknown"); break; } } diff --git a/net/wireless/wext-compat.c b/net/wireless/wext-compat.c index 494379e..7642f60 100644 --- a/net/wireless/wext-compat.c +++ b/net/wireless/wext-compat.c @@ -1144,7 +1144,7 @@ static int cfg80211_wext_siwpower(struct net_device *dev, switch (wrq->flags & IW_POWER_MODE) { case IW_POWER_ON: /* If not specified */ case IW_POWER_MODE: /* If set all mask */ - case IW_POWER_ALL_R: /* If explicitely state all */ + case IW_POWER_ALL_R: /* If explicitly state all */ ps = true; break; default: /* Otherwise we ignore */ diff --git a/net/wireless/wext-core.c b/net/wireless/wext-core.c index c8717c1..c9514ce 100644 --- a/net/wireless/wext-core.c +++ b/net/wireless/wext-core.c @@ -849,7 +849,7 @@ out: * * Note : our current commit strategy is currently pretty dumb, * but we will be able to improve on that... - * The goal is to try to agreagate as many changes as possible + * The goal is to try to aggregate as many changes as possible * before doing the commit. Drivers that will define a commit handler * are usually those that need a reset after changing parameters, so * we want to minimise the number of reset.