X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=fs%2Fnamei.c;h=8cf9bb9c2fc0b0133d85f0f6ff0f3e35a9fb8e07;hb=8eefca4888c986d993b2571eb31f0397a5d0a178;hp=7346e99d928381bcd6b258d3f6402b49fbce2173;hpb=a02f76c34d7d6d30b63ac64a8b34dea68593e8da;p=linux-2.6 diff --git a/fs/namei.c b/fs/namei.c index 7346e99d92..8cf9bb9c2f 100644 --- a/fs/namei.c +++ b/fs/namei.c @@ -1365,13 +1365,13 @@ static int __lookup_one_len(const char *name, struct qstr *this, } /** - * lookup_one_len: filesystem helper to lookup single pathname component + * lookup_one_len - filesystem helper to lookup single pathname component * @name: pathname component to lookup * @base: base directory to lookup from * @len: maximum length @len should be interpreted to * - * Note that this routine is purely a helper for filesystem useage and should - * not be called by generic code. Also note that by using this function to + * Note that this routine is purely a helper for filesystem usage and should + * not be called by generic code. Also note that by using this function the * nameidata argument is passed to the filesystem methods and a filesystem * using this helper needs to be prepared for that. */