* [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
* Re: [PATCH][next] scsi: ufs: rockchip: Fix spelling mistake "susped" -> "suspend"
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
2 siblings, 0 replies; 4+ messages in thread
From: Shawn Lin @ 2025-02-26 6:48 UTC (permalink / raw)
To: Colin Ian King, James E . J . Bottomley, Martin K . Petersen,
Heiko Stuebner, linux-scsi, linux-arm-kernel, linux-rockchip
Cc: shawn.lin, kernel-janitors, linux-kernel
在 2025/2/25 18:11, Colin Ian King 写道:
> There is a spelling mistake in a dev_err message. Fix it.
>
Acked-by: Shawn Lin <shawn.lin@rock-chips.com>
Thanks Colin.
> 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;
> }
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][next] scsi: ufs: rockchip: Fix spelling mistake "susped" -> "suspend"
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
2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2025-03-04 2:02 UTC (permalink / raw)
To: Colin Ian King
Cc: James E . J . Bottomley, Martin K . Petersen, Heiko Stuebner,
linux-scsi, linux-arm-kernel, linux-rockchip, kernel-janitors,
linux-kernel
Colin,
> There is a spelling mistake in a dev_err message. Fix it.
Applied to 6.15/scsi-staging, thanks!
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH][next] scsi: ufs: rockchip: Fix spelling mistake "susped" -> "suspend"
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
2 siblings, 0 replies; 4+ messages in thread
From: Martin K. Petersen @ 2025-03-11 1:19 UTC (permalink / raw)
To: James E . J . Bottomley, Heiko Stuebner, linux-scsi,
linux-arm-kernel, linux-rockchip, Colin Ian King
Cc: Martin K . Petersen, kernel-janitors, linux-kernel
On Tue, 25 Feb 2025 10:11:42 +0000, Colin Ian King wrote:
> There is a spelling mistake in a dev_err message. Fix it.
>
>
Applied to 6.15/scsi-queue, thanks!
[1/1] scsi: ufs: rockchip: Fix spelling mistake "susped" -> "suspend"
https://git.kernel.org/mkp/scsi/c/24e81b821724
--
Martin K. Petersen Oracle Linux Engineering
^ permalink raw reply [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