From: Hungyu Lin Date: Mon, 27 Apr 2026 06:04:20 +0000 (+0000) Subject: staging: sm750fb: fix typo in comment X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=070e099a403bc848461088764de87cccbfe33787;p=thirdparty%2Flinux.git staging: sm750fb: fix typo in comment Fix typo in a comment. Signed-off-by: Hungyu Lin Link: https://patch.msgid.link/20260427060420.1076-1-dennylin0707@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/sm750fb/sm750_accel.c b/drivers/staging/sm750fb/sm750_accel.c index d8e91f7a7778..ec2f0a6aa57d 100644 --- a/drivers/staging/sm750fb/sm750_accel.c +++ b/drivers/staging/sm750fb/sm750_accel.c @@ -95,8 +95,7 @@ int sm750_hw_fillrect(struct lynx_accel *accel, ret = accel->de_wait(); if (ret) { /* - * int time wait and always busy,seems hardware - * got something error + * Timeout waiting and engine always busy, seems like a hardware issue */ pr_debug("De engine always busy\n"); return ret;