[PATCH] Staging: media: atomisp: Fix typo in comment

Giorgi Tchankvetadze posted 1 patch 1 month, 1 week ago
drivers/staging/media/atomisp/pci/sh_css_params.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] Staging: media: atomisp: Fix typo in comment
Posted by Giorgi Tchankvetadze 1 month, 1 week ago
Change "coefficents" to "coefficients"

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
 drivers/staging/media/atomisp/pci/sh_css_params.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/media/atomisp/pci/sh_css_params.c b/drivers/staging/media/atomisp/pci/sh_css_params.c
index 11d62313c908..94b8545a7d9e 100644
--- a/drivers/staging/media/atomisp/pci/sh_css_params.c
+++ b/drivers/staging/media/atomisp/pci/sh_css_params.c
@@ -752,7 +752,7 @@ sh_css_params_ddr_address_map(void)
 
 /* ****************************************************
  * Each coefficient is stored as 7bits to fit 2 of them into one
- * ISP vector element, so we will store 4 coefficents on every
+ * ISP vector element, so we will store 4 coefficients on every
  * memory word (32bits)
  *
  * 0: Coefficient 0 used bits
-- 
2.52.0
Re: [PATCH] Staging: media: atomisp: Fix typo in comment
Posted by Ethan Tidmore 1 month, 1 week ago
On Thu Feb 19, 2026 at 8:35 AM CST, Giorgi Tchankvetadze wrote:
> Change "coefficents" to "coefficients"
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
> ---

Don't capitalize staging in your subject line.

Thanks,

ET