[PATCH][next] mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"

Colin Ian King posted 1 patch 4 years, 3 months ago
There is a newer version of this series
drivers/mailbox/pcc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][next] mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
Posted by Colin Ian King 4 years, 3 months ago
There is a spelling mistake in a pr_err error message. Fix it.

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

diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c
index ed18936b8ce6..2b209acdbab2 100644
--- a/drivers/mailbox/pcc.c
+++ b/drivers/mailbox/pcc.c
@@ -676,7 +676,7 @@ static int pcc_mbox_probe(struct platform_device *pdev)
 
 		if (pcct_entry->type == ACPI_PCCT_TYPE_EXT_PCC_SLAVE_SUBSPACE &&
 		    !pcc_mbox_ctrl->txdone_irq) {
-			pr_err("Plaform Interrupt flag must be set to 1");
+			pr_err("Platform Interrupt flag must be set to 1");
 			rc = -EINVAL;
 			goto err;
 		}
-- 
2.35.1
Re: [PATCH][next] mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
Posted by Sudeep Holla 4 years, 3 months ago
On Tue, Mar 15, 2022 at 08:27:56PM +0000, Colin Ian King wrote:
> There is a spelling mistake in a pr_err error message. Fix it.
>

Not sure why you have tagged next, this is in the mainline too.
Anyways,

Acked-by: Sudeep Holla <sudeep.holla@arm.com>

-- 
Regards,
Sudeep