From: Joe Hershberger Date: Mon, 15 Aug 2016 20:03:23 +0000 (-0500) Subject: net: nfs: Correct a comment X-Git-Tag: v2016.09~76^2~10 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c629c45f30661c1d794cd7c5496cc4ee83483e63;p=u-boot net: nfs: Correct a comment The buffer is of 32-bit elements, not bytes. Signed-off-by: Joe Hershberger --- diff --git a/net/nfs.c b/net/nfs.c index 08bdd92d80..ade589cddc 100644 --- a/net/nfs.c +++ b/net/nfs.c @@ -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,