From d78870274b497cf0dd4836d8effce8dcf0a0e12d Mon Sep 17 00:00:00 2001 From: Akiyoshi Kurita Date: Sat, 3 Jan 2026 21:08:24 +0900 Subject: [PATCH] staging: sm750fb: fix typo 'resetted' -> 'reset' Fix a typo in a comment. Signed-off-by: Akiyoshi Kurita Link: https://patch.msgid.link/20260103120824.1275574-1-weibu@redadmin.org Signed-off-by: Greg Kroah-Hartman --- drivers/staging/sm750fb/ddk750_chip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/staging/sm750fb/ddk750_chip.c b/drivers/staging/sm750fb/ddk750_chip.c index 025dae3756aad..136692b008047 100644 --- a/drivers/staging/sm750fb/ddk750_chip.c +++ b/drivers/staging/sm750fb/ddk750_chip.c @@ -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); -- 2.47.3