mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] staging : sm750fb : Fix typo in comment
@ 2026-02-18  8:53 Giorgi Tchankvetadze
  2026-02-23 14:12 ` Greg KH
  2026-02-24  9:46 ` [PATCH v2] staging: sm750fb: Fix "programed" typo in ddk750_mode.c Giorgi Tchankvetadze
  0 siblings, 2 replies; 5+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-18  8:53 UTC (permalink / raw)
  To: gregkh, linux-staging; +Cc: linux-kernel, Giorgi Tchankvetadze

Changed "programed" to "programmed"

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

diff --git a/drivers/staging/sm750fb/ddk750_mode.c b/drivers/staging/sm750fb/ddk750_mode.c
index 3b25892af713..255cbfce847c 100644
--- a/drivers/staging/sm750fb/ddk750_mode.c
+++ b/drivers/staging/sm750fb/ddk750_mode.c
@@ -74,7 +74,7 @@ display_control_adjust_SM750LE(struct mode_parameter *mode_param,
 	return disp_control;
 }
 
-/* only timing related registers will be  programed */
+/* only timing related registers will be  programmed */
 static void program_mode_registers(struct mode_parameter *mode_param,
 				   struct pll_value *pll)
 {
-- 
2.52.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [PATCH] staging : sm750fb : Fix typo in comment
  2026-02-18  8:53 [PATCH] staging : sm750fb : Fix typo in comment Giorgi Tchankvetadze
@ 2026-02-23 14:12 ` Greg KH
  2026-02-24  9:46 ` [PATCH v2] staging: sm750fb: Fix "programed" typo in ddk750_mode.c Giorgi Tchankvetadze
  1 sibling, 0 replies; 5+ messages in thread
From: Greg KH @ 2026-02-23 14:12 UTC (permalink / raw)
  To: Giorgi Tchankvetadze; +Cc: linux-staging, linux-kernel

On Wed, Feb 18, 2026 at 12:53:03PM +0400, Giorgi Tchankvetadze wrote:
> Changed "programed" to "programmed"
> 
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
> ---
>  drivers/staging/sm750fb/ddk750_mode.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/sm750fb/ddk750_mode.c b/drivers/staging/sm750fb/ddk750_mode.c
> index 3b25892af713..255cbfce847c 100644
> --- a/drivers/staging/sm750fb/ddk750_mode.c
> +++ b/drivers/staging/sm750fb/ddk750_mode.c
> @@ -74,7 +74,7 @@ display_control_adjust_SM750LE(struct mode_parameter *mode_param,
>  	return disp_control;
>  }
>  
> -/* only timing related registers will be  programed */
> +/* only timing related registers will be  programmed */

Why leave the two spaces here?

Also, you do not need the extra ' ' before the ':' in your subject line.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH v2] staging: sm750fb: Fix "programed" typo in ddk750_mode.c
  2026-02-18  8:53 [PATCH] staging : sm750fb : Fix typo in comment Giorgi Tchankvetadze
  2026-02-23 14:12 ` Greg KH
@ 2026-02-24  9:46 ` Giorgi Tchankvetadze
  1 sibling, 0 replies; 5+ messages in thread
From: Giorgi Tchankvetadze @ 2026-02-24  9:46 UTC (permalink / raw)
  To: gregkh; +Cc: linux-staging, linux-kernel, Giorgi Tchankvetadze

Fix spelling of "programed" to "programmed" and remove extra space.

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
---
v2: fix double space, fix subject line spacing as suggested by Greg

 drivers/staging/sm750fb/ddk750_mode.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/ddk750_mode.c b/drivers/staging/sm750fb/ddk750_mode.c
index 3b25892af713..7163232c0701 100644
--- a/drivers/staging/sm750fb/ddk750_mode.c
+++ b/drivers/staging/sm750fb/ddk750_mode.c
@@ -74,7 +74,7 @@ display_control_adjust_SM750LE(struct mode_parameter *mode_param,
 	return disp_control;
 }
 
-/* only timing related registers will be  programed */
+/* only timing related registers will be programmed */
 static void program_mode_registers(struct mode_parameter *mode_param,
 				   struct pll_value *pll)
 {
-- 
2.52.0


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] staging: sm750fb: fix typo in comment
       [not found] <20260822-sm750fb-defaulty-typo-fix-v1-1-d2f668b1ccca.ref@yahoo.pl>
@ 2026-08-22 13:46 ` Tomasz Unger
  0 siblings, 0 replies; 5+ messages in thread
From: Tomasz Unger @ 2026-08-22 13:46 UTC (permalink / raw)
  To: Sudip Mukherjee, Teddy Wang, Greg Kroah-Hartman
  Cc: linux-fbdev, linux-staging, linux-kernel, Tomasz Unger

Fix a typo in a comment: "defaulty" should be "default".

Signed-off-by: Tomasz Unger <tomasz.unger@yahoo.pl>
---
Verified with checkpatch.pl - no new warnings introduced by this change (one pre-existing WARNING at line 15, unrelated to this patch, confirmed via git stash).
---
 drivers/staging/sm750fb/sm750.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/sm750fb/sm750.c b/drivers/staging/sm750fb/sm750.c
index 039e2033f84e..725d82d2220c 100644
--- a/drivers/staging/sm750fb/sm750.c
+++ b/drivers/staging/sm750fb/sm750.c
@@ -479,7 +479,7 @@ static int lynxfb_ops_check_var(struct fb_var_screeninfo *var,
 
 	/* check if current fb's video memory big enough to hold the onscreen*/
 	request = var->xres_virtual * (var->bits_per_pixel >> 3);
-	/* defaulty crtc->channel go with par->index */
+	/* default crtc->channel go with par->index */
 
 	request = ALIGN(request, crtc->line_pad);
 	request = request * var->yres_virtual;

---
base-commit: c6eb4dc5964fdf4086b73b7f0f5dc0d595fb5cf3
change-id: 20260822-sm750fb-defaulty-typo-fix-0d05d679c423

Best regards,
--  
Tomasz Unger <tomasz.unger@yahoo.pl>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH] staging: sm750fb: fix typo in comment
@ 2026-04-27  6:04 Hungyu Lin
  0 siblings, 0 replies; 5+ messages in thread
From: Hungyu Lin @ 2026-04-27  6:04 UTC (permalink / raw)
  To: sudipm.mukherjee, teddy.wang, gregkh
  Cc: linux-fbdev, linux-staging, linux-kernel, Hungyu Lin

Fix typo in a comment.

Signed-off-by: Hungyu Lin <dennylin0707@gmail.com>
---
 drivers/staging/sm750fb/sm750_accel.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/sm750fb/sm750_accel.c b/drivers/staging/sm750fb/sm750_accel.c
index 0f94d859e91c..5c7bd1ef25df 100644
--- a/drivers/staging/sm750fb/sm750_accel.c
+++ b/drivers/staging/sm750fb/sm750_accel.c
@@ -93,8 +93,7 @@ int sm750_hw_fillrect(struct lynx_accel *accel,
 
 	if (accel->de_wait() != 0) {
 		/*
-		 * int time wait and always busy,seems hardware
-		 * got something error
+		 * Timeout waiting and engine always busy, seems like a hardware issue
 		 */
 		pr_debug("De engine always busy\n");
 		return -1;
-- 
2.34.1


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2026-08-22 13:46 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-02-18  8:53 [PATCH] staging : sm750fb : Fix typo in comment Giorgi Tchankvetadze
2026-02-23 14:12 ` Greg KH
2026-02-24  9:46 ` [PATCH v2] staging: sm750fb: Fix "programed" typo in ddk750_mode.c Giorgi Tchankvetadze
2026-04-27  6:04 [PATCH] staging: sm750fb: fix typo in comment Hungyu Lin
     [not found] <20260822-sm750fb-defaulty-typo-fix-v1-1-d2f668b1ccca.ref@yahoo.pl>
2026-08-22 13:46 ` Tomasz Unger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®