Re: [PATCH] staging : sm750fb : Fix typo in comment
From: Greg KH
Date: Mon Feb 23 2026 - 09:13:57 EST
On Wed, Feb 18, 2026 at 12:53:03PM +0400, Giorgi Tchankvetadze wrote:
> Changed "programed" to "programmed"
>
> Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@xxxxxxxxx>
> ---
> 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