Skip to content

Commit 41edaef

Browse files
roshank8848Hans Verkuil
authored andcommitted
media: atomisp: Fix spelling mistake in ia_css_debug.c
codespell reported misspelled suppress and implicit on ia_css_debug.c. This patch fixes the misspellings. Signed-off-by: Roshan Khatri <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Hans de Goede <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Signed-off-by: Hans Verkuil <[email protected]>
1 parent 0d0e892 commit 41edaef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ void ia_css_debug_enable_sp_sleep_mode(enum ia_css_sp_sleep_mode mode)
848848
fw = &sh_css_sp_fw;
849849
HIVE_ADDR_sp_sleep_mode = fw->info.sp.sleep_mode;
850850

851-
(void)HIVE_ADDR_sp_sleep_mode; /* Suppres warnings in CRUN */
851+
(void)HIVE_ADDR_sp_sleep_mode; /* Suppress warnings in CRUN */
852852

853853
sp_dmem_store_uint32(SP0_ID,
854854
(unsigned int)sp_address_of(sp_sleep_mode),
@@ -1334,7 +1334,7 @@ ia_css_debug_pipe_graph_dump_stage(
13341334

13351335
if (stage->stage_num == 0) {
13361336
/*
1337-
* There are some implicite assumptions about which bin is the
1337+
* There are some implicit assumptions about which bin is the
13381338
* input binary e.g. which one is connected to the input system
13391339
* Priority:
13401340
* 1) sp_raw_copy bin has highest priority

0 commit comments

Comments
 (0)