]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: sm750fb: Fix "programed" typo in ddk750_mode.c
authorGiorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Tue, 24 Feb 2026 09:46:17 +0000 (13:46 +0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 24 Feb 2026 18:11:52 +0000 (10:11 -0800)
Fix spelling of "programed" to "programmed" and remove extra space.

Signed-off-by: Giorgi Tchankvetadze <giorgitchankvetadze1997@gmail.com>
Link: https://patch.msgid.link/20260224094616.42494-2-giorgitchankvetadze1997@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_mode.c

index 3b25892af71337d673ebbc5b49067fe9cfc031ac..7163232c0701a6308ef96295ecdc604deaf6ac6c 100644 (file)
@@ -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)
 {