1
0
Fork 0

of: Grammar s/an/a/

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
hifive-unleashed-5.1
Geert Uytterhoeven 2014-10-22 11:44:54 +02:00 committed by Grant Likely
parent 1821dda4ae
commit c50949d329
1 changed files with 1 additions and 1 deletions

View File

@ -933,7 +933,7 @@ const struct of_device_id *__of_match_node(const struct of_device_id *matches,
}
/**
* of_match_node - Tell if an device_node has a matching of_match structure
* of_match_node - Tell if a device_node has a matching of_match structure
* @matches: array of of device match structures to search in
* @node: the of device structure to match against
*