[PATCH] staging: media: atomisp: fix typos in input_formatter_rst() comment

Stepan Ionichev posted 1 patch 1 month, 1 week ago
.../atomisp/pci/hive_isp_css_common/host/input_formatter.c      | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: media: atomisp: fix typos in input_formatter_rst() comment
Posted by Stepan Ionichev 1 month, 1 week ago
Fix two typos in the TEMPORARY HACK comment in input_formatter_rst():

  WICH         -> WHICH
  STREAM2MEMRY -> STREAM2MEMORY

No functional change.

Signed-off-by: Stepan Ionichev <sozdayvek@gmail.com>
---
 .../atomisp/pci/hive_isp_css_common/host/input_formatter.c      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.c b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.c
index 40b3f1e48..e15fb7e0d 100644
--- a/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.c
+++ b/drivers/staging/media/atomisp/pci/hive_isp_css_common/host/input_formatter.c
@@ -59,7 +59,7 @@ void input_formatter_rst(
 	rst = HIVE_IF_SRST_MASK[ID];
 
 	/* TEMPORARY HACK: THIS RESET BREAKS THE METADATA FEATURE
-	 * WICH USES THE STREAM2MEMRY BLOCK.
+	 * WHICH USES THE STREAM2MEMORY BLOCK.
 	 * MUST BE FIXED PROPERLY
 	 */
 	if (!HIVE_IF_BIN_COPY[ID]) {
-- 
2.33.0.windows.2
Re: [PATCH] staging: media: atomisp: fix typos in input_formatter_rst() comment
Posted by Andy Shevchenko 1 month, 1 week ago
On Sun, May 03, 2026 at 09:47:55PM +0500, Stepan Ionichev wrote:
> Fix two typos in the TEMPORARY HACK comment in input_formatter_rst():
> 
>   WICH         -> WHICH
>   STREAM2MEMRY -> STREAM2MEMORY
> 
> No functional change.

NAK. There are a few reasons why, please start reviewing others' changes
and learn from other reviews.

-- 
With Best Regards,
Andy Shevchenko