Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <topofeverest8848@gmail.com>
Link: https://lore.kernel.org/r/20240506055818.2532-1-topofeverest8848@gmail.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>

authored by

Roshan Khatri and committed by
Hans Verkuil
41edaef5 0d0e892c

+2 -2
+2 -2
drivers/staging/media/atomisp/pci/runtime/debug/src/ia_css_debug.c
··· 848 848 fw = &sh_css_sp_fw; 849 849 HIVE_ADDR_sp_sleep_mode = fw->info.sp.sleep_mode; 850 850 851 - (void)HIVE_ADDR_sp_sleep_mode; /* Suppres warnings in CRUN */ 851 + (void)HIVE_ADDR_sp_sleep_mode; /* Suppress warnings in CRUN */ 852 852 853 853 sp_dmem_store_uint32(SP0_ID, 854 854 (unsigned int)sp_address_of(sp_sleep_mode), ··· 1334 1334 1335 1335 if (stage->stage_num == 0) { 1336 1336 /* 1337 - * There are some implicite assumptions about which bin is the 1337 + * There are some implicit assumptions about which bin is the 1338 1338 * input binary e.g. which one is connected to the input system 1339 1339 * Priority: 1340 1340 * 1) sp_raw_copy bin has highest priority