From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp2.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0E80F79C5 for ; Sat, 23 Dec 2023 06:20:16 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="0iI1BbPS" Received: from localhost (localhost [127.0.0.1]) by smtp2.osuosl.org (Postfix) with ESMTP id 89B1B40370 for ; Sat, 23 Dec 2023 06:20:16 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 89B1B40370 Authentication-Results: smtp2.osuosl.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.a=rsa-sha256 header.s=bombadil.20210309 header.b=0iI1BbPS X-Virus-Scanned: amavisd-new at osuosl.org X-Spam-Flag: NO X-Spam-Score: -4.398 X-Spam-Level: Received: from smtp2.osuosl.org ([127.0.0.1]) by localhost (smtp2.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id C8lkrwIMupnm for ; Sat, 23 Dec 2023 06:20:15 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [IPv6:2607:7c80:54:3::133]) by smtp2.osuosl.org (Postfix) with ESMTPS id 793614020B for ; Sat, 23 Dec 2023 06:20:15 +0000 (UTC) DKIM-Filter: OpenDKIM Filter v2.11.0 smtp2.osuosl.org 793614020B DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=Content-Transfer-Encoding: Content-Type:In-Reply-To:From:References:Cc:To:Subject:MIME-Version:Date: Message-ID:Sender:Reply-To:Content-ID:Content-Description; bh=i8jwMc+ol/8Y5K8Q4W43NKClO/u5WrxtZHkZQ1SIJkc=; b=0iI1BbPSbeRLSQT9nac/GXN5HJ 39vxTA07yu7HNoTKT4oe8DxnVvsB1S25m521iCFYF/agB3WXfJKQrFtrmH32+N572chS2Hs3FUaSc vs8d0VciwZVdqtw20t7F8FIdm37kV/1rlK6jAcPj2odJ+GpbHebVjJ8E3d/QYGD+Qyn1lYpmkC64C yg/XzUi1+nhRp/Nc6w6/HTv+hPlRf8FVDvxba3LyGbr2WY43X3DjNzG+ptdf4GGst9fKALhck8pCA nFfoEW2DXZGkhUZA773kCCoJuQlBbszassfQ29+9x3C2mSQVJ7XZs1z4mHeYGbwoVvGtvz1mIyMSH VwtOchcA==; Received: from [50.53.46.231] (helo=[192.168.254.15]) by bombadil.infradead.org with esmtpsa (Exim 4.96 #2 (Red Hat Linux)) id 1rGvMo-007S9v-1H; Sat, 23 Dec 2023 06:20:10 +0000 Message-ID: Date: Fri, 22 Dec 2023 22:20:10 -0800 Precedence: bulk X-Mailing-List: linux-kernel-mentees@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH] staging: media/atomisp/pci/base/circbuf/interface: Fix spelling mistake in ia_css_circbuf.h Content-Language: en-US To: Dipendra Khadka , hdegoede@redhat.com, mchehab@kernel.org, sakari.ailus@linux.intel.com, gregkh@linuxfoundation.org, hpa@redhat.com Cc: linux-media@vger.kernel.org, linux-staging@lists.linux.dev, linux-kernel@vger.kernel.org, linux-kernel-mentees@lists.linuxfoundation.org References: <20231223061647.78669-1-kdipendra88@gmail.com> From: Randy Dunlap In-Reply-To: <20231223061647.78669-1-kdipendra88@gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit On 12/22/23 22:16, Dipendra Khadka wrote: > codespell reported following spelling mistake > in ia_css_circbuf.h as below: > > ''' > ./base/circbuf/interface/ia_css_circbuf.h:76: poistion ==> position > ''' > This patch fixes this spelling mistake. > > Signed-off-by: Dipendra Khadka Acked-by: Randy Dunlap Thanks. > --- > .../media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h > index 0579deac5535..e9846951f4ed 100644 > --- a/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h > +++ b/drivers/staging/media/atomisp/pci/base/circbuf/interface/ia_css_circbuf.h > @@ -73,7 +73,7 @@ uint32_t ia_css_circbuf_pop( > > /** > * @brief Extract a value out of the circular buffer. > - * Get a value at an arbitrary poistion in the circular > + * Get a value at an arbitrary position in the circular > * buffer. The user should call "ia_css_circbuf_is_empty()" > * to avoid accessing to an empty buffer. > * -- #Randy https://people.kernel.org/tglx/notes-about-netiquette https://subspace.kernel.org/etiquette.html