diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-22 05:44:54 -0400 |
---|---|---|
committer | Grant Likely <grant.likely@linaro.org> | 2014-11-04 11:43:13 -0500 |
commit | c50949d3298d30f24a8eca1f9d5053f4d2b0a96e (patch) | |
tree | 3f217b1d0174b8dd8dfe4d5eb2465eedf7fd2f56 /drivers/of/base.c | |
parent | 1821dda4ae1f857f24094de88a5694e6fd9029e9 (diff) |
of: Grammar s/an/a/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Grant Likely <grant.likely@linaro.org>
Diffstat (limited to 'drivers/of/base.c')
-rw-r--r-- | drivers/of/base.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/base.c b/drivers/of/base.c index 3ab72f578344..8452e50f5755 100644 --- a/drivers/of/base.c +++ b/drivers/of/base.c | |||
@@ -933,7 +933,7 @@ const struct of_device_id *__of_match_node(const struct of_device_id *matches, | |||
933 | } | 933 | } |
934 | 934 | ||
935 | /** | 935 | /** |
936 | * of_match_node - Tell if an device_node has a matching of_match structure | 936 | * of_match_node - Tell if a device_node has a matching of_match structure |
937 | * @matches: array of of device match structures to search in | 937 | * @matches: array of of device match structures to search in |
938 | * @node: the of device structure to match against | 938 | * @node: the of device structure to match against |
939 | * | 939 | * |