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>
This commit is contained in:
Sean Anderson
2021-12-01 14:26:53 -05:00
committed by Tom Rini
parent 37b876359f
commit 46ad7cef64
16 changed files with 16 additions and 16 deletions

View File

@@ -23,7 +23,7 @@ static int generic_phy_xlate_offs_flags(struct phy *phy,
debug("%s(phy=%p)\n", __func__, phy);
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;
}