From 46ad7cef64205806c6383599fbdcd73a631666f0 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Wed, 1 Dec 2021 14:26:53 -0500 Subject: treewide: invaild -> invalid Somewhere along the way, someone misspelt "invalid" and it got copied everywhere. Fix it. Signed-off-by: Sean Anderson Reviewed-by: Alexander Dahl Reviewed-by: Simon Glass --- drivers/phy/phy-uclass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/phy') 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; } -- cgit v1.2.3