diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2014-10-22 11:49:01 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2014-11-18 11:33:10 -0600 |
commit | 27b3383a1432127bfcf9f8a63bf184ff4d866141 (patch) | |
tree | f8571d946f568e67df875a9fee97168c2b2f6569 /drivers/of | |
parent | f2a306c29d024193b1272cd014108882f7887a9e (diff) | |
download | linux-27b3383a1432127bfcf9f8a63bf184ff4d866141.tar.gz linux-27b3383a1432127bfcf9f8a63bf184ff4d866141.tar.bz2 linux-27b3383a1432127bfcf9f8a63bf184ff4d866141.zip |
of: Spelling s/stucture/structure/
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Cc: Grant Likely <grant.likely@linaro.org>
Cc: Rob Herring <robh+dt@kernel.org>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of')
-rw-r--r-- | drivers/of/dynamic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index f297891d8529..d4994177dec2 100644 --- a/drivers/of/dynamic.c +++ b/drivers/of/dynamic.c @@ -247,7 +247,7 @@ void of_node_release(struct kobject *kobj) * @allocflags: Allocation flags (typically pass GFP_KERNEL) * * Copy a property by dynamically allocating the memory of both the - * property stucture and the property name & contents. The property's + * property structure and the property name & contents. The property's * flags have the OF_DYNAMIC bit set so that we can differentiate between * dynamically allocated properties and not. * Returns the newly allocated property or NULL on out of memory error. |