pinctrl: Fix spelling problem

The grammar is off. This fixes it.

Fixes: 6e4f3db8df ("pinctrl: just return if no valid maps")
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
This commit is contained in:
Linus Walleij 2026-02-10 17:02:29 +01:00
parent 1c5986eefd
commit 38e8cc1c79

View File

@ -175,7 +175,7 @@ static int dt_to_map_one_config(struct pinctrl *p,
* return.
*/
dev_info(p->dev,
"there is not valid maps for state %s\n", statename);
"there are no valid maps for state %s\n", statename);
return 0;
}