[PATCH v3 2/4] staging: media: atomisp: fix typo
From: Serban-Pascu Robert
Date: Sun Mar 29 2026 - 14:50:22 EST
Correct a spelling error in a comment:
'uninteruptible' -> 'uninterruptible'.
Signed-off-by: Serban-Pascu Robert <robyserbanpascu06@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 c99fb649fb5f..6420436d88f7 100644
--- a/drivers/staging/media/atomisp/pci/system_global.h
+++ b/drivers/staging/media/atomisp/pci/system_global.h
@@ -28,7 +28,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