public inbox for linux-scsi@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] scsi: ufs: rockchip: Fix spelling mistake "susped" -> "suspend"
@ 2025-02-25 10:11 Colin Ian King
  2025-02-26  6:48 ` Shawn Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Colin Ian King @ 2025-02-25 10:11 UTC (permalink / raw)
  To: James E . J . Bottomley, Martin K . Petersen, Heiko Stuebner,
	linux-scsi, linux-arm-kernel, linux-rockchip
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 drivers/ufs/host/ufs-rockchip.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/ufs/host/ufs-rockchip.c b/drivers/ufs/host/ufs-rockchip.c
index 5b0ea9820767..dddff5f538b9 100644
--- a/drivers/ufs/host/ufs-rockchip.c
+++ b/drivers/ufs/host/ufs-rockchip.c
@@ -307,7 +307,7 @@ static int ufs_rockchip_system_suspend(struct device *dev)
 
 	err = ufshcd_system_suspend(dev);
 	if (err) {
-		dev_err(hba->dev, "UFSHCD system susped failed %d\n", err);
+		dev_err(hba->dev, "UFSHCD system suspend failed %d\n", err);
 		return err;
 	}
 
-- 
2.47.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-11  1:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-25 10:11 [PATCH][next] scsi: ufs: rockchip: Fix spelling mistake "susped" -> "suspend" Colin Ian King
2025-02-26  6:48 ` Shawn Lin
2025-03-04  2:02 ` Martin K. Petersen
2025-03-11  1:19 ` Martin K. Petersen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox