[PATCH 2/2] pinctrl: fix typo in log message

From: Hemanth Selam

Date: Fri Sep 04 2026 - 08:58:52 EST


Correct the misspelling in a message the user sees, reported by
scripts/checkpatch.pl using the list in scripts/spelling.txt.

Only the message text changes, no code changes.

Assisted-by: Cursor:claude-opus-5
Signed-off-by: Hemanth Selam <hemanth.selam@xxxxxxxxx>
---
drivers/pinctrl/pinctrl-equilibrium.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pinctrl/pinctrl-equilibrium.c b/drivers/pinctrl/pinctrl-equilibrium.c
index 349eb944b4ac..8e6cd35fc80c 100644
--- a/drivers/pinctrl/pinctrl-equilibrium.c
+++ b/drivers/pinctrl/pinctrl-equilibrium.c
@@ -618,7 +618,7 @@ static int funcs_utils(struct device *dev, struct pinfunction *funcs,

if (of_property_read_string(np, "function", &fn_name)) {
/* some groups may not have function, it's OK */
- dev_dbg(dev, "Group %s: not function binded!\n",
+ dev_dbg(dev, "Group %s: not function bound!\n",
(char *)prop->value);
continue;
}
--
2.48.1