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

From: Stepan Ionichev

Date: Sun May 03 2026 - 13:49:08 EST


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@xxxxxxxxx>
---
.../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