diff options
author | Colin Ian King <colin.i.king@gmail.com> | 2022-09-28 23:22:57 +0200 |
---|---|---|
committer | Jassi Brar <jaswinder.singh@linaro.org> | 2022-10-06 04:51:14 +0200 |
commit | 8ac1111055afc863c78e389b051d843babbf2ca9 (patch) | |
tree | a160c30d9d7bc5652352a47ecb6d7cef18bfd80b /drivers/mailbox/pcc.c | |
parent | mailbox: bcm-ferxrm-mailbox: Fix error check for dma_map_sg (diff) | |
download | linux-8ac1111055afc863c78e389b051d843babbf2ca9.tar.xz linux-8ac1111055afc863c78e389b051d843babbf2ca9.zip |
mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
There is a spelling mistake in a pr_err message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Signed-off-by: Jassi Brar <jaswinder.singh@linaro.org>
Diffstat (limited to '')
-rw-r--r-- | drivers/mailbox/pcc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mailbox/pcc.c b/drivers/mailbox/pcc.c index ebfa33a40fce..3c2bc0ca454c 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; } |