lists.openwall.net | lists / announce owl-users owl-dev john-users john-dev passwdqc-users yescrypt popa3d-users / oss-security kernel-hardening musl sabotage tlsify passwords / crypt-dev xvendor / Bugtraq Full-Disclosure linux-kernel linux-netdev linux-ext4 linux-hardening PHC | |
Open Source and information security mailing list archives
| ||
|
Date: Tue, 18 Nov 2014 12:04:43 -0600 From: Rob Herring <robherring2@...il.com> To: Geert Uytterhoeven <geert+renesas@...der.be> Cc: Jiri Kosina <trivial@...nel.org>, "linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Grant Likely <grant.likely@...aro.org>, Rob Herring <robh+dt@...nel.org> Subject: Re: [PATCH/TRIVIAL 3/5] of: Spelling s/stucture/structure/ On Wed, Oct 22, 2014 at 4:49 AM, Geert Uytterhoeven <geert+renesas@...der.be> wrote: > Signed-off-by: Geert Uytterhoeven <geert+renesas@...der.be> > Cc: Grant Likely <grant.likely@...aro.org> > Cc: Rob Herring <robh+dt@...nel.org> Applied, thanks. Rob > --- > drivers/of/dynamic.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c > index f297891d852908ae..d4994177dec25506 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. > -- > 1.9.1 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@...r.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists