mirror of
https://github.com/torvalds/linux.git
synced 2026-05-12 16:18:45 +02:00
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
|
|
@ -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…
Reference in New Issue
Block a user