[PATCH v2] media: atomisp: fix spelling mistake

Mohammed EL Kadiri posted 1 patch 1 week, 5 days ago
There is a newer version of this series
drivers/staging/media/atomisp/pci/system_global.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH v2] media: atomisp: fix spelling mistake
Posted by Mohammed EL Kadiri 1 week, 5 days ago
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@gmail.com>
---
v2:
- Changed subject prefix to 'media: atomisp' to satisfy Media CI requirements.

 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
Re: [PATCH v2] media: atomisp: fix spelling mistake
Posted by Andy Shevchenko 1 week, 4 days ago
On Sun, Mar 22, 2026 at 03:25:06PM +0100, Mohammed EL Kadiri wrote:
> Correct the spelling of 'uninteruptible' to 'uninterruptible' in a
> comment within system_global.h. This improves code readability and
> searchability within the atomisp driver.

Is this the only typo in the entire driver?
Please, run `codespell` against the driver.

-- 
With Best Regards,
Andy Shevchenko
Re: [PATCH v2] media: atomisp: fix spelling mistake
Posted by Mohammed EL Kadiri 1 week, 4 days ago
On Mon, Mar 23, 2026 at 11:00 AM Andy Shevchenko
<andriy.shevchenko@intel.com> wrote:
> Is this the only typo in the entire driver?
> Please, run `codespell` against the driver.

Hello Andy,
Thank you for reviewing my patch and for pointing out the need to run
codespell on the entire driver.
I’ll follow your advice, check the entire atomisp driver, and send an
updated version with the corrections.
I appreciate your guidance and time.

--
Best regards,
Mohammed EL Kadiri