X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=lib%2Fnlattr.c;h=86029ad5ead4f23192c423e4e9659befac3c7f01;hb=b2fe39c248f3fa4bbb2a20759b4fdd83504190f7;hp=1d051ef66afe5dc992453360afae21874cf3f4f6;hpb=e563592c3e4296780e5a184a917b8b86e126f0b3;p=linux-2.6-microblaze.git diff --git a/lib/nlattr.c b/lib/nlattr.c index 1d051ef66afe..86029ad5ead4 100644 --- a/lib/nlattr.c +++ b/lib/nlattr.c @@ -619,7 +619,7 @@ static int __nla_validate_parse(const struct nlattr *head, int len, int maxtype, * Validates all attributes in the specified attribute stream against the * specified policy. Validation depends on the validate flags passed, see * &enum netlink_validation for more details on that. - * See documenation of struct nla_policy for more details. + * See documentation of struct nla_policy for more details. * * Returns 0 on success or a negative error code. */ @@ -633,7 +633,7 @@ int __nla_validate(const struct nlattr *head, int len, int maxtype, EXPORT_SYMBOL(__nla_validate); /** - * nla_policy_len - Determin the max. length of a policy + * nla_policy_len - Determine the max. length of a policy * @policy: policy to use * @n: number of policies *