From patchwork Mon Dec 9 03:25:48 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: liujing X-Patchwork-Id: 850117 Received: from cmccmta2.chinamobile.com (cmccmta4.chinamobile.com [111.22.67.137]) by smtp.subspace.kernel.org (Postfix) with ESMTP id A54D913C9B3; Mon, 9 Dec 2024 03:25:50 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=111.22.67.137 ARC-Seal: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733714754; cv=none; b=kN1HOJIGI6mMR7NBHytZ/9XKUxdBOi/RViMa7yEiTrIaQeuxAbivSvm+2n0TXuhCoKw27lIhhdmk39BnqnltpnQkyQ7mfx1C12qtxQZBxOhO+G39Ez2qeS+jyBuA4zBU4RNluvT1WD+k7PqALDARMenaqGrUz+Zk4N2+7FRhP9E= ARC-Message-Signature: i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733714754; c=relaxed/simple; bh=Rez3aHuHQMNMX/y70EcxNccKxCNJGUdMNBKelfEJe4k=; h=From:To:Cc:Subject:Date:Message-Id:MIME-Version; b=OdjIrGCPnCZ1j/8ZDalnTOYFkbwIDdenrRAnU8PukaQgYuqSIOAwI+f1KXYTWi+kcyRwxVU9R+KAHvO5MT9AgqFOM4265ZIjx/1IAySzEzmknny75K2nDDlpE51LIvlR3RPjpQ6lUCoa5a9jgeeJH+0eMv7fzYyQsHGbqb2mupM= ARC-Authentication-Results: i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=cmss.chinamobile.com; spf=pass smtp.mailfrom=cmss.chinamobile.com; arc=none smtp.client-ip=111.22.67.137 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=cmss.chinamobile.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=cmss.chinamobile.com X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from spf.mail.chinamobile.com (unknown[10.188.0.87]) by rmmx-syy-dmz-app08-12008 (RichMail) with SMTP id 2ee86756633e15b-2b1ae; Mon, 09 Dec 2024 11:25:50 +0800 (CST) X-RM-TRANSID: 2ee86756633e15b-2b1ae X-RM-TagInfo: emlType=0 X-RM-SPAM-FLAG: 00000000 Received: from localhost.localdomain (unknown[10.55.1.71]) by rmsmtp-syy-appsvr05-12005 (RichMail) with SMTP id 2ee56756633c448-9ed30; Mon, 09 Dec 2024 11:25:50 +0800 (CST) X-RM-TRANSID: 2ee56756633c448-9ed30 From: liujing To: pkshih@realtek.com, kvalo@kernel.org, suhui@nfschina.com Cc: linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org, liujing Subject: [PATCH] rtlwifi: rtl8188ee: fix spelling error in _rtl88e_phy_set_rfpath_switch() Date: Mon, 9 Dec 2024 11:25:48 +0800 Message-Id: <20241209032548.3100-1-liujing@cmss.chinamobile.com> X-Mailer: git-send-email 2.27.0 Precedence: bulk X-Mailing-List: linux-wireless@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Fix spelling error in _rtl88e_phy_set_rfpath_switch() function. Signed-off-by: liujing diff --git a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c index 0fab3a0c7d49..754ca8549c76 100644 --- a/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c +++ b/drivers/net/wireless/realtek/rtlwifi/rtl8188ee/phy.c @@ -1891,7 +1891,7 @@ static void _rtl88e_phy_set_rfpath_switch(struct ieee80211_hw *hw, rtl_set_bbreg(hw, 0x914, MASKLWORD, 0x0201); /* We use the RF definition of MAIN and AUX, - * left antenna and right antenna repectively. + * left antenna and right antenna respectively. * Default output at AUX. */ if (bmain) {