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>
This commit is contained in:
Colin Ian King 2022-09-28 22:22:57 +01:00 коммит произвёл Jassi Brar
Родитель 6b207ce8a9
Коммит 8ac1111055
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;
}