nfsd: nfs4xdr.c do-while is not a compound statement
authorHarvey Harrison <harvey.harrison@gmail.com>
Fri, 18 Jul 2008 04:33:04 +0000 (21:33 -0700)
committerJ. Bruce Fields <bfields@citi.umich.edu>
Fri, 18 Jul 2008 19:18:35 +0000 (15:18 -0400)
commit5108b27651727b5aba0826e8fd7be71b42428701
tree993f3f060d659f3c96644aab049fb3c02d9dc37c
parentad1060c89cfe451de849373d98e42fad58dd25ae
nfsd: nfs4xdr.c do-while is not a compound statement

The WRITEMEM macro produces sparse warnings of the form:
fs/nfsd/nfs4xdr.c:2668:2: warning: do-while statement is not a compound statement

Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com>
Cc: Benny Halevy <bhalevy@panasas.com>
Signed-off-by: J. Bruce Fields <bfields@citi.umich.edu>
fs/nfsd/nfs4xdr.c