[PATCH] staging: media: ia_css_event_public: fix typo in ia_css_event_public.h

Maha Maryam Javaid posted 1 patch 1 month, 2 weeks ago
drivers/staging/media/atomisp/pci/ia_css_event_public.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] staging: media: ia_css_event_public: fix typo in ia_css_event_public.h
Posted by Maha Maryam Javaid 1 month, 2 weeks ago
Fix spelling mistake: Therefor ==> Therefore

Signed-off-by: Maha Maryam Javaid <mahamaryamjavaid@gmail.com>
---
 drivers/staging/media/atomisp/pci/ia_css_event_public.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/ia_css_event_public.h b/drivers/staging/media/atomisp/pci/ia_css_event_public.h
index f7215dd96739..8eec3b0af65e 100644
--- a/drivers/staging/media/atomisp/pci/ia_css_event_public.h
+++ b/drivers/staging/media/atomisp/pci/ia_css_event_public.h
@@ -110,7 +110,7 @@ struct ia_css_event {
 	     until IA_CSS_MAX_EXPOSURE_ID is reached, after that they wrap
 	     around to IA_CSS_MIN_EXPOSURE_ID again.
 	     Note that in case frames are dropped, this will not be reflected
-	     in the exposure IDs. Therefor applications should not use this
+	     in the exposure IDs. Therefore applications should not use this
 	     to detect frame drops. */
 	u32               fw_handle;
 	/** Firmware Handle for ACC_STAGE_COMPLETE event (not valid for other
-- 
2.34.1
Re: [PATCH] staging: media: ia_css_event_public: fix typo in ia_css_event_public.h
Posted by Andy Shevchenko 1 month, 2 weeks ago
On Wed, Apr 29, 2026 at 02:05:30PM -0400, Maha Maryam Javaid wrote:
> Fix spelling mistake: Therefor ==> Therefore

NAK. Again, several reasons...
- the multi-line comment format is wrong and has to be addressed at the same time
- the Subject is wrong
- fixing each case with one patch is utterly unacceptable, this is a huge driver
  in staging, it has tons of issues of the same category (spelling mistakes)

-- 
With Best Regards,
Andy Shevchenko