summaryrefslogtreecommitdiff
path: root/drivers/mux
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/mux
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/mux')
-rw-r--r--drivers/mux/mux-uclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mux/mux-uclass.c b/drivers/mux/mux-uclass.c
index 91842c5539..8870305313 100644
--- a/drivers/mux/mux-uclass.c
+++ b/drivers/mux/mux-uclass.c
@@ -130,7 +130,7 @@ static int mux_of_xlate_default(struct mux_chip *mux_chip,
log_debug("%s(muxp=%p)\n", __func__, muxp);
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;
}