diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-15 02:24:10 +0100 |
---|---|---|
committer | Trond Myklebust <trond.myklebust@hammerspace.com> | 2021-04-05 15:04:20 +0200 |
commit | c2508730d6bb62196783b3de28a09782c97d4365 (patch) | |
tree | a1acb1258d033d2eef55e6aa91ca5470fe04a1a0 /fs | |
parent | NFS: fs_context: validate UDP retrans to prevent shift out-of-bounds (diff) | |
download | linux-c2508730d6bb62196783b3de28a09782c97d4365.tar.xz linux-c2508730d6bb62196783b3de28a09782c97d4365.zip |
nfs: Fix a typo in the file nfs42xattr.c
s/attribues/attributes/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Trond Myklebust <trond.myklebust@hammerspace.com>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/nfs/nfs42xattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs42xattr.c b/fs/nfs/nfs42xattr.c index 6c2ce799150f..1c4d2a05b401 100644 --- a/fs/nfs/nfs42xattr.c +++ b/fs/nfs/nfs42xattr.c @@ -168,7 +168,7 @@ nfs4_xattr_entry_lru_del(struct nfs4_xattr_entry *entry) * make it easier to copy the value after an RPC, even if * the value will not be passed up to application (e.g. * for a 'query' getxattr with NULL buffer). - * @len: Length of the value. Can be 0 for zero-length attribues. + * @len: Length of the value. Can be 0 for zero-length attributes. * @value and @pages will be NULL if @len is 0. */ static struct nfs4_xattr_entry * |