From: NeilBrown Trivial whitespace Signed-off-by: J. Bruce Fields Signed-off-by: Neil Brown Signed-off-by: Andrew Morton --- 25-akpm/fs/nfsd/nfs4proc.c | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff -puN fs/nfsd/nfs4proc.c~nfsd4-remove-trailing-whitespace-from-nfs4procc fs/nfsd/nfs4proc.c --- 25/fs/nfsd/nfs4proc.c~nfsd4-remove-trailing-whitespace-from-nfs4procc 2005-03-21 22:50:10.000000000 -0800 +++ 25-akpm/fs/nfsd/nfs4proc.c 2005-03-21 22:50:10.000000000 -0800 @@ -200,8 +200,8 @@ nfsd4_open(struct svc_rqst *rqstp, struc if (open->op_claim_type == NFS4_OPEN_CLAIM_NULL) { /* * This block of code will (1) set CURRENT_FH to the file being opened, - * creating it if necessary, (2) set open->op_cinfo, - * (3) set open->op_truncate if the file is to be truncated + * creating it if necessary, (2) set open->op_cinfo, + * (3) set open->op_truncate if the file is to be truncated * after opening, (4) do permission checking. */ status = do_open_lookup(rqstp, current_fh, open); @@ -573,8 +573,8 @@ nfsd4_setattr(struct svc_rqst *rqstp, st status = nfs_ok; if (setattr->sa_iattr.ia_valid & ATTR_SIZE) { nfs4_lock_state(); - if ((status = nfs4_preprocess_stateid_op(current_fh, - &setattr->sa_stateid, + if ((status = nfs4_preprocess_stateid_op(current_fh, + &setattr->sa_stateid, CHECK_FH | WR_STATE, NULL))) { dprintk("NFSD: nfsd4_setattr: couldn't process stateid!\n"); goto out_unlock; @@ -609,7 +609,7 @@ nfsd4_write(struct svc_rqst *rqstp, stru return nfserr_inval; nfs4_lock_state(); - if ((status = nfs4_preprocess_stateid_op(current_fh, stateid, + if ((status = nfs4_preprocess_stateid_op(current_fh, stateid, CHECK_FH | WR_STATE, &filp))) { dprintk("NFSD: nfsd4_write: couldn't process stateid!\n"); goto out; _