From: Grant Likely Date: Sat, 26 Jul 2014 16:58:43 +0000 (-0600) Subject: of: typo fix in __of_prop_dup() X-Git-Tag: v4.14-rc1~7012^2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b6ae5dc54b0a5c542d06d46b9083ceb70bf7e083;p=platform%2Fkernel%2Flinux-rpi.git of: typo fix in __of_prop_dup() Fix a trivial typo in a comment block. Signed-off-by: Grant Likely --- diff --git a/drivers/of/dynamic.c b/drivers/of/dynamic.c index c1002b7..54fecc4 100644 --- a/drivers/of/dynamic.c +++ b/drivers/of/dynamic.c @@ -259,7 +259,7 @@ struct property *__of_prop_dup(const struct property *prop, gfp_t allocflags) /* * NOTE: There is no check for zero length value. - * In case of a boolean property This will allocate a value + * In case of a boolean property, this will allocate a value * of zero bytes. We do this to work around the use * of of_get_property() calls on boolean values. */