[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20231223091521.85467-1-kdipendra88@gmail.com>
Date: Sat, 23 Dec 2023 15:00:21 +0545
From: Dipendra Khadka <kdipendra88@...il.com>
To: hdegoede@...hat.com,
mchehab@...nel.org,
sakari.ailus@...ux.intel.com,
gregkh@...uxfoundation.org,
hpa@...hat.com
Cc: Dipendra Khadka <kdipendra88@...il.com>,
linux-media@...r.kernel.org,
linux-staging@...ts.linux.dev,
linux-kernel@...r.kernel.org,
linux-kernel-mentees@...ts.linuxfoundation.org
Subject: [PATCH] staging: media/atomisp/pci/runtime/binary/src: Fix spelling mistake in binary.c
codespell reported following spelling mistake
in runtime/binary/src as below:
'''
./runtime/binary/src/binary.c:537: spcification ==> specification
'''
This patch fixes thisspelling mistake.
Signed-off-by: Dipendra Khadka <kdipendra88@...il.com>
---
drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c b/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c
index 0f3729e55e14..130662f8e768 100644
--- a/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c
+++ b/drivers/staging/media/atomisp/pci/runtime/binary/src/binary.c
@@ -534,7 +534,7 @@ ia_css_binary_uninit(void) {
static int
binary_grid_deci_factor_log2(int width, int height)
{
- /* 3A/Shading decimation factor spcification (at August 2008)
+ /* 3A/Shading decimation factor specification (at August 2008)
* ------------------------------------------------------------------
* [Image Width (BQ)] [Decimation Factor (BQ)] [Resulting grid cells]
* 1280 ?c 32 40 ?c
--
2.39.2 (Apple Git-143)
Powered by blists - more mailing lists