summaryrefslogtreecommitdiff
path: root/drivers/phy/phy-uclass.c
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/phy/phy-uclass.c
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/phy/phy-uclass.c')
-rw-r--r--drivers/phy/phy-uclass.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/phy/phy-uclass.c b/drivers/phy/phy-uclass.c
index 59683a080c..706e9fdf3a 100644
--- a/drivers/phy/phy-uclass.c
+++ b/drivers/phy/phy-uclass.c
@@ -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;
}