diff options
author | Sean Anderson <seanga2@gmail.com> | 2021-12-01 14:26:53 -0500 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-01-13 07:57:49 -0500 |
commit | 46ad7cef64205806c6383599fbdcd73a631666f0 (patch) | |
tree | b349aa704dac0e87e5123ffda13e548be22ae988 /drivers/mux | |
parent | 37b876359fbd90434b37527fa96f72a31af20f81 (diff) | |
download | u-boot-46ad7cef64205806c6383599fbdcd73a631666f0.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mux/mux-uclass.c b/drivers/mux/mux-uclass.c index 91842c5539f..8870305313a 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; } |