Received: by 2002:a25:4158:0:0:0:0:0 with SMTP id o85csp4120444yba; Wed, 17 Apr 2019 05:10:08 -0700 (PDT) X-Google-Smtp-Source: APXvYqxUl3FEGZEVDHJwRVSycXfheOu1983JkYcU19VkvNDMHbJuwD4LaxHHTi/Vj+TyhCwjFK34 X-Received: by 2002:a17:902:b58e:: with SMTP id a14mr59382866pls.44.1555503008520; Wed, 17 Apr 2019 05:10:08 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1555503008; cv=none; d=google.com; s=arc-20160816; b=HJsciD7W59+0kpwV6njcnTyLwepcDzME9zrtBPsMSpNoRzzUdsaRLde2wbHVwzOJAS b8dXMYoDh77RuAEoWuSZXu9HZcIy4m4vxQaTEpPpStAzcn27nJtxfSNPxFA/2u4vP/kl DGFPmrMFT9WE1WNBVBp2zIxjJvl6Vh6BsPtSZCxw6E9POp9pBpHCfYAlF/tZ9Uoc9gi0 uVnJ9TFcMtOadlcsCweKrQHBeKLIyZKX+FJZ9fj+RjDffx46BRXQscWJPgoEitGvgITh xfJoIzyuYymox0fzRxY2Pfrs/XhFoaDYv0MKGDVOzA794UmAGz0YiVuNaqZoxX3Fys/C hy2w== 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=8/HCc7K5KJq1mK9BPTa98CjOlwN+rnGg1DCokmz5lBM=; b=TdnYnwVK7BMHpNtzbKpzSmJEV8GfGgphb1NnzIZCWMaS+z/NL7cvmd/VT4nKJKjunP jnh2+bUB6J0wawCKCAcgNqIMbmLPFXjC68R+oubCBWhphnUm+ZAO+qL6JrZNjgtyNYZV UnMc2kTGIZ888muiEtoYclRo3DlJjTdZmPxcg1Z9h99hY9AahvbOsMEez+ESPgkwRnz2 eqfIKAh/76WA+3M4oZ4gdGsU+9Sl8KsGMx1KxM82wT/R0z6LyLs3AS99LJwXTp193cln O9D+/WwqhYhCYbZzA5qpfWzplECXuZ+eURoypiJu+kV9G1cOaICoGA1352HOLsQWXjvs 2rfg== 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 j127si52798073pfb.25.2019.04.17.05.09.53; Wed, 17 Apr 2019 05:10:08 -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 S1731978AbfDQMIY (ORCPT + 99 others); Wed, 17 Apr 2019 08:08:24 -0400 Received: from youngberry.canonical.com ([91.189.89.112]:35872 "EHLO youngberry.canonical.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1731116AbfDQMIY (ORCPT ); Wed, 17 Apr 2019 08:08:24 -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 1hGjMU-00033X-Ha; Wed, 17 Apr 2019 12:08:22 +0000 From: Colin King To: Greg Kroah-Hartman , devel@driverdev.osuosl.org Cc: kernel-janitors@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH] staging: rtlwifi: fix spelling mistake "notity" -> "notify" Date: Wed, 17 Apr 2019 13:08:22 +0100 Message-Id: <20190417120822.21771-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 are two spelling mistake in RT_TRACE messages. Fix them. Signed-off-by: Colin Ian King --- drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c b/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c index ade271cb4aab..32c797430512 100644 --- a/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c +++ b/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c @@ -4730,7 +4730,7 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type) if (wifi_under_b_mode) { RT_TRACE( rtlpriv, COMP_BT_COEXIST, DBG_LOUD, - "[BTCoex], ********** (media status notity under b mode) **********\n"); + "[BTCoex], ********** (media status notify under b mode) **********\n"); btcoexist->btc_write_1byte(btcoexist, 0x6cd, 0x00); /* CCK Tx */ btcoexist->btc_write_1byte(btcoexist, 0x6cf, @@ -4738,7 +4738,7 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type) } else { RT_TRACE( rtlpriv, COMP_BT_COEXIST, DBG_LOUD, - "[BTCoex], ********** (media status notity not under b mode) **********\n"); + "[BTCoex], ********** (media status notify not under b mode) **********\n"); btcoexist->btc_write_1byte(btcoexist, 0x6cd, 0x00); /* CCK Tx */ btcoexist->btc_write_1byte(btcoexist, 0x6cf, -- 2.20.1