]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
staging: sm750fb: fix typo 'resetted' -> 'reset'
authorAkiyoshi Kurita <weibu@redadmin.org>
Sat, 3 Jan 2026 12:08:24 +0000 (21:08 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 11 Jan 2026 12:54:01 +0000 (13:54 +0100)
Fix a typo in a comment.

Signed-off-by: Akiyoshi Kurita <weibu@redadmin.org>
Link: https://patch.msgid.link/20260103120824.1275574-1-weibu@redadmin.org
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c

index 025dae3756aad1bd74888a38025cda081f31cc09..136692b008047c1e4bc1d3c344ae3a5daf13d3dd 100644 (file)
@@ -249,7 +249,7 @@ int ddk750_init_hw(struct initchip_param *p_init_param)
         * Reset the memory controller.
         * If the memory controller is not reset in SM750,
         * the system might hang when sw accesses the memory.
-        * The memory should be resetted after changing the MXCLK.
+        * The memory should be reset after changing the MXCLK.
         */
        if (p_init_param->reset_memory == 1) {
                reg = peek32(MISC_CTRL);