summaryrefslogtreecommitdiff
path: root/drivers/mailbox
diff options
context:
space:
mode:
authorSean Anderson <seanga2@gmail.com>2021-12-01 22:26:53 +0300
committerTom Rini <trini@konsulko.com>2022-01-13 15:57:49 +0300
commit46ad7cef64205806c6383599fbdcd73a631666f0 (patch)
treeb349aa704dac0e87e5123ffda13e548be22ae988 /drivers/mailbox
parent37b876359fbd90434b37527fa96f72a31af20f81 (diff)
downloadu-boot-46ad7cef64205806c6383599fbdcd73a631666f0.tar.xz
treewide: invaild -> invalid
Somewhere along the way, someone misspelt "invalid" and it got copied everywhere. Fix it. Signed-off-by: Sean Anderson <seanga2@gmail.com> Reviewed-by: Alexander Dahl <ada@thorsis.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/mailbox')
-rw-r--r--drivers/mailbox/k3-sec-proxy.c2
-rw-r--r--drivers/mailbox/mailbox-uclass.c2
-rw-r--r--drivers/mailbox/tegra-hsp.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mailbox/k3-sec-proxy.c b/drivers/mailbox/k3-sec-proxy.c
index 20fdb09f31..a862e55bc3 100644
--- a/drivers/mailbox/k3-sec-proxy.c
+++ b/drivers/mailbox/k3-sec-proxy.c
@@ -116,7 +116,7 @@ static int k3_sec_proxy_of_xlate(struct mbox_chan *chan,
debug("%s(chan=%p)\n", __func__, chan);
if (args->args_count != 1) {
- debug("Invaild args_count: %d\n", args->args_count);
+ debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}
ind = args->args[0];
diff --git a/drivers/mailbox/mailbox-uclass.c b/drivers/mailbox/mailbox-uclass.c
index 01c9e75fa5..85ba8c5fd9 100644
--- a/drivers/mailbox/mailbox-uclass.c
+++ b/drivers/mailbox/mailbox-uclass.c
@@ -24,7 +24,7 @@ static int mbox_of_xlate_default(struct mbox_chan *chan,
debug("%s(chan=%p)\n", __func__, chan);
if (args->args_count != 1) {
- debug("Invaild args_count: %d\n", args->args_count);
+ debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}
diff --git a/drivers/mailbox/tegra-hsp.c b/drivers/mailbox/tegra-hsp.c
index 1d66d95fe4..08c51c40f1 100644
--- a/drivers/mailbox/tegra-hsp.c
+++ b/drivers/mailbox/tegra-hsp.c
@@ -77,7 +77,7 @@ static int tegra_hsp_of_xlate(struct mbox_chan *chan,
debug("%s(chan=%p)\n", __func__, chan);
if (args->args_count != 2) {
- debug("Invaild args_count: %d\n", args->args_count);
+ debug("Invalid args_count: %d\n", args->args_count);
return -EINVAL;
}