[PATCH] staging: atomisp: fix spelling mistake
From: Mohammed EL Kadiri
Date: Sun Mar 22 2026 - 10:21:27 EST
Correct the spelling of 'uninteruptible' to 'uninterruptible' in a
comment within system_global.h. This improves code readability and
searchability within the atomisp driver.
Signed-off-by: Mohammed EL Kadiri <med08elkadiri@xxxxxxxxx>
---
drivers/staging/media/atomisp/pci/system_global.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/staging/media/atomisp/pci/system_global.h b/drivers/staging/media/atomisp/pci/system_global.h
index e8a29f73d67a..bfa8682ee667 100644
--- a/drivers/staging/media/atomisp/pci/system_global.h
+++ b/drivers/staging/media/atomisp/pci/system_global.h
@@ -29,7 +29,7 @@
#define DMA_DDR_TO_HMEM_WORKAROUND
/*
- * The longest allowed (uninteruptible) bus transfer, does not
+ * The longest allowed (uninterruptible) bus transfer, does not
* take stalling into account
*/
#define HIVE_ISP_MAX_BURST_LENGTH 1024
--
2.43.0