[PATCH] staging: sm750fb: fix typo in comment

From: Hungyu Lin

Date: Mon Apr 27 2026 - 02:05:11 EST


Fix typo in a comment.

Signed-off-by: Hungyu Lin <dennylin0707@xxxxxxxxx>
---
drivers/staging/sm750fb/sm750_accel.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/sm750fb/sm750_accel.c b/drivers/staging/sm750fb/sm750_accel.c
index 0f94d859e91c..5c7bd1ef25df 100644
--- a/drivers/staging/sm750fb/sm750_accel.c
+++ b/drivers/staging/sm750fb/sm750_accel.c
@@ -93,8 +93,7 @@ int sm750_hw_fillrect(struct lynx_accel *accel,

if (accel->de_wait() != 0) {
/*
- * 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 -1;
--
2.34.1