From mboxrd@z Thu Jan 1 00:00:00 1970 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 F1851C433FE for ; Sun, 9 Oct 2022 18:21:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230214AbiJISVL (ORCPT ); Sun, 9 Oct 2022 14:21:11 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58030 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230150AbiJISVI (ORCPT ); Sun, 9 Oct 2022 14:21:08 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [145.40.68.75]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2B3B0167D6 for ; Sun, 9 Oct 2022 11:21:07 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ams.source.kernel.org (Postfix) with ESMTPS id 84606B80D13 for ; Sun, 9 Oct 2022 18:21:05 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id B5F43C433D6; Sun, 9 Oct 2022 18:21:03 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1665339664; bh=xeS8rOSNzyiOZUIlZl5WMMdsuP7zC5c7jALt4Demauo=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NHuY0IL5jxbmLLEvPQnGKM5KSKaMZjwvy0/GeSX50AR4GfUiCDNUJOYGZ5llR7fNe VMSeL+tKP0FrYZeNLAL9dQqYiqGpaE33RG+oIUelUBfS9KCVYNR/YmpfI9e/9b7+Xj 31QNkSVtepNYVORKwgdLab5FktSJ6kVtyUaenXlU= Date: Sun, 9 Oct 2022 20:21:46 +0200 From: Greg KH To: Jiangshan Yi <13667453960@163.com> Cc: linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, Jiangshan Yi , k2ci Subject: Re: [PATCH] staging: rtl8723bs: fix spelling typo in comment Message-ID: References: <20221009065647.2635700-1-13667453960@163.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20221009065647.2635700-1-13667453960@163.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sun, Oct 09, 2022 at 02:56:47PM +0800, Jiangshan Yi wrote: > From: Jiangshan Yi Then why is this being sent from a 163.com address? What is wrong with using your real mail server? > > Fix spelling typo in comment. > > K2ci (Kylin Continuous Integration) is a code pre-verification tool > independently developed by KylinSoft, which is used for ensuring the > code quality of code submission. K2ci includes the comment check tool > notes_check. > > This spelling typo was found using notes_check tool. > > Reported-by: k2ci > Signed-off-by: Jiangshan Yi > --- > drivers/staging/rtl8723bs/core/rtw_cmd.c | 2 +- > drivers/staging/rtl8723bs/core/rtw_efuse.c | 2 +- > drivers/staging/rtl8723bs/include/sta_info.h | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/staging/rtl8723bs/core/rtw_cmd.c b/drivers/staging/rtl8723bs/core/rtw_cmd.c > index d3f10a3cf972..a421c430164a 100644 > --- a/drivers/staging/rtl8723bs/core/rtw_cmd.c > +++ b/drivers/staging/rtl8723bs/core/rtw_cmd.c > @@ -1656,7 +1656,7 @@ u8 rtw_c2h_packet_wk_cmd(struct adapter *padapter, u8 *pbuf, u16 length) > return res; > } > > -/* dont call R/W in this function, beucase SDIO interrupt have claim host */ > +/* don't call R/W in this function, because SDIO interrupt have claim host */ That is not a spelling fix, but rather a "punctuation" fix if you want to be picky :) > /* or deadlock will happen and cause special-systemserver-died in android */ > u8 rtw_c2h_wk_cmd(struct adapter *padapter, u8 *c2h_evt) > { > diff --git a/drivers/staging/rtl8723bs/core/rtw_efuse.c b/drivers/staging/rtl8723bs/core/rtw_efuse.c > index 06e727ce9cc2..71800917d132 100644 > --- a/drivers/staging/rtl8723bs/core/rtw_efuse.c > +++ b/drivers/staging/rtl8723bs/core/rtw_efuse.c > @@ -277,7 +277,7 @@ bool bPseudoTest) > return bResult; > } > > -/* 11/16/2008 MH Write one byte to reald Efuse. */ > +/* 11/16/2008 MH Write one byte to real Efuse. */ The date should just be removed entirely, right? > u8 efuse_OneByteWrite(struct adapter *padapter, u16 addr, u8 data, bool bPseudoTest) > { > u8 tmpidx = 0; > diff --git a/drivers/staging/rtl8723bs/include/sta_info.h b/drivers/staging/rtl8723bs/include/sta_info.h > index 69c377eeeaf0..1c3f83867cb0 100644 > --- a/drivers/staging/rtl8723bs/include/sta_info.h > +++ b/drivers/staging/rtl8723bs/include/sta_info.h > @@ -190,7 +190,7 @@ struct sta_info { > > /* ODM_STA_INFO_T */ > /* ================ODM Relative Info ======================= */ > - /* Please be care, dont declare too much structure here. It will cost memory * STA support num. */ > + /* Please be care, don't declare too much structure here. It will cost memory * STA support num. */ Same here. thanks, greg k-h