of: Spelling s/stucture/structure/
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 22 Oct 2014 09:49:01 +0000 (11:49 +0200)
committerRob Herring <robh@kernel.org>
Tue, 18 Nov 2014 17:33:10 +0000 (11:33 -0600)
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>
drivers/of/dynamic.c

index f297891..d499417 100644 (file)
@@ -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.