Skip to content

Commit

Permalink
pinctrl: pinconf-generic: Fix spelling mistake "paramers" -> "paramet…
Browse files Browse the repository at this point in the history
…ers"

There is a spelling mistake in a dev_err message. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link: https://lore.kernel.org/20250303092826.318638-1-colin.i.king@gmail.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
  • Loading branch information
Colin Ian King authored and Linus Walleij committed Mar 4, 2025
1 parent c3a0b61 commit 7f7a793
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pinctrl/pinconf-generic.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ int pinconf_generic_parse_dt_pinmux(struct device_node *np, struct device *dev,
}

if (!pid || !pmux || !npins) {
dev_err(dev, "paramers error\n");
dev_err(dev, "parameters error\n");
return -EINVAL;
}

Expand Down

0 comments on commit 7f7a793

Please sign in to comment.