* [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; 3+ 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 related [flat|nested] 3+ 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; 3+ 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] 3+ 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; 3+ 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 related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2026-02-24 9:51 UTC | newest]
Thread overview: 3+ 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
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox