Skip to content

Commit 8ac1111

Browse files
ColinIanKingJassiBrar
authored andcommitted
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 <[email protected]> Signed-off-by: Jassi Brar <[email protected]>
1 parent 6b207ce commit 8ac1111

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/mailbox/pcc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ static int pcc_mbox_probe(struct platform_device *pdev)
676676

677677
if (pcct_entry->type == ACPI_PCCT_TYPE_EXT_PCC_SLAVE_SUBSPACE &&
678678
!pcc_mbox_ctrl->txdone_irq) {
679-
pr_err("Plaform Interrupt flag must be set to 1");
679+
pr_err("Platform Interrupt flag must be set to 1");
680680
rc = -EINVAL;
681681
goto err;
682682
}

0 commit comments

Comments
 (0)