]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
pinctrl: Fix spelling problem
authorLinus Walleij <linusw@kernel.org>
Tue, 10 Feb 2026 16:02:29 +0000 (17:02 +0100)
committerLinus Walleij <linusw@kernel.org>
Mon, 23 Feb 2026 10:15:32 +0000 (11:15 +0100)
The grammar is off. This fixes it.

Fixes: 6e4f3db8dfcf ("pinctrl: just return if no valid maps")
Reviewed-by: Bartosz Golaszewski <bartosz.golaszewski@oss.qualcomm.com>
Signed-off-by: Linus Walleij <linusw@kernel.org>
drivers/pinctrl/devicetree.c

index d0c3e26409a83abdcc3ae7f40f3ce5bfffa5f461..02a271dd292f2bd6efe4872f9b81a887f6a11326 100644 (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;
        }