projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b207ce
)
mailbox: pcc: Fix spelling mistake "Plaform" -> "Platform"
author
Colin Ian King
<colin.i.king@gmail.com>
Wed, 28 Sep 2022 21:22:57 +0000
(22:22 +0100)
committer
Jassi Brar
<jaswinder.singh@linaro.org>
Thu, 6 Oct 2022 02:51:14 +0000
(21:51 -0500)
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>
drivers/mailbox/pcc.c
patch
|
blob
|
history
diff --git
a/drivers/mailbox/pcc.c
b/drivers/mailbox/pcc.c
index ebfa33a40fcebf09c2c2edf5ac588d4832992261..3c2bc0ca454cf1005193c45b85c28331c68b7f0a 100644
(file)
--- 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("Pla
t
form Interrupt flag must be set to 1");
rc = -EINVAL;
goto err;
}