Skip to content
Snippets Groups Projects
Commit c629c45f authored by Joe Hershberger's avatar Joe Hershberger
Browse files

net: nfs: Correct a comment


The buffer is of 32-bit elements, not bytes.

Signed-off-by: default avatarJoe Hershberger <joe.hershberger@ni.com>
parent 051ed9af
No related branches found
No related tags found
No related merge requests found
......@@ -592,7 +592,7 @@ static int nfs3_get_attributes_offset(uint32_t *data)
{
if (ntohl(data[1]) != 0) {
/* 'attributes_follow' flag is TRUE,
* so we have attributes on 21 bytes */
* so we have attributes on 21 dwords */
/* Skip unused values :
type; 32 bits value,
mode; 32 bits value,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment