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:
parent
1c5986eefd
commit
38e8cc1c79
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue