From nobody Thu Apr 9 03:14:40 2026 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 84546C4332F for ; Wed, 2 Nov 2022 06:07:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230018AbiKBGHH (ORCPT ); Wed, 2 Nov 2022 02:07:07 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58082 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229504AbiKBGHE (ORCPT ); Wed, 2 Nov 2022 02:07:04 -0400 Received: from mailgw.kylinos.cn (unknown [124.126.103.232]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id BCAA8DE87 for ; Tue, 1 Nov 2022 23:07:00 -0700 (PDT) X-UUID: 558d47c393504066b04b9846d7de5451-20221102 X-CPASD-INFO: f93ed9cdb59643479797effe26effaad@r4lthZFrkZSOVXuCg3Z_cVloaWeVkoa 0dHCFlpSRjYSVhH5xTV5uYFV9fWtVYV9dYVR6eGxQYmBgZFJ4i3-XblBgXoZgUZB3tXtthZRnkw== X-CLOUD-ID: f93ed9cdb59643479797effe26effaad X-CPASD-SUMMARY: SIP:-1,APTIP:-2.0,KEY:0.0,FROMBLOCK:1,OB:0.0,URL:-5,TVAL:185. 0,ESV:0.0,ECOM:-5.0,ML:0.0,FD:0.0,CUTS:132.0,IP:-2.0,MAL:-5.0,PHF:-5.0,PHC:-5 .0,SPF:4.0,EDMS:-5,IPLABEL:4480.0,FROMTO:0,AD:0,FFOB:0.0,CFOB:0.0,SPC:0,SIG:- 5,AUF:16,DUF:7247,ACD:129,DCD:129,SL:0,EISP:0,AG:0,CFC:0.35,CFSR:0.019,UAT:0, RAF:0,IMG:-5.0,DFA:0,DTA:0,IBL:-2.0,ADI:-5,SBL:0,REDM:0,REIP:0,ESB:0,ATTNUM:0 ,EAF:0,CID:-5.0,VERSION:2.3.17 X-CPASD-ID: 558d47c393504066b04b9846d7de5451-20221102 X-CPASD-BLOCK: 1000 X-CPASD-STAGE: 1 X-UUID: 558d47c393504066b04b9846d7de5451-20221102 X-User: chenzhang@kylinos.cn Received: from localhost.localdomain [(112.64.161.44)] by mailgw (envelope-from ) (Generic MTA) with ESMTP id 853545739; Wed, 02 Nov 2022 14:07:03 +0800 From: chen zhang To: hdegoede@redhat.com Cc: linux-kernel@vger.kernel.org, chenzhang_0901@163.com, chen zhang , k2ci Subject: [PATCH v2] platform/x86: ISST: Fix typo in comments Date: Wed, 2 Nov 2022 14:06:54 +0800 Message-Id: <20221102060654.34114-1-chenzhang@kylinos.cn> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Type: text/plain; charset="utf-8" Fix spelling typo in comments. Change "interace" to "interface". Reported-by: k2ci Signed-off-by: chen zhang --- v2: update the commit There is a bug with my company's mailbox with kylinos.cn, and sometimes=20 I can't receive reply emails. I cc my personal 163 mailbox, so that I can receive feedback from reviewer on time. --- drivers/platform/x86/intel/speed_select_if/isst_if_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/platform/x86/intel/speed_select_if/isst_if_common.c b/= drivers/platform/x86/intel/speed_select_if/isst_if_common.c index fd102678c75f..c1d7f4f38765 100644 --- a/drivers/platform/x86/intel/speed_select_if/isst_if_common.c +++ b/drivers/platform/x86/intel/speed_select_if/isst_if_common.c @@ -623,7 +623,7 @@ static long isst_if_def_ioctl(struct file *file, unsign= ed int cmd, =20 /* Lock to prevent module registration when already opened by user space */ static DEFINE_MUTEX(punit_misc_dev_open_lock); -/* Lock to allow one share misc device for all ISST interace */ +/* Lock to allow one share misc device for all ISST interface */ static DEFINE_MUTEX(punit_misc_dev_reg_lock); static int misc_usage_count; static int misc_device_ret; --=20 2.25.1