Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 49c2559e authored by Benny Halevy's avatar Benny Halevy Committed by Trond Myklebust
Browse files

NFS: fix comment placement in nfs4xdr.c

parent 05d564fe
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -3789,6 +3789,10 @@ static int decode_delegreturn(struct xdr_stream *xdr)
	return decode_op_hdr(xdr, OP_DELEGRETURN);
}

/*
 * END OF "GENERIC" DECODE ROUTINES.
 */

/*
 * Decode OPEN_DOWNGRADE response
 */
@@ -3813,10 +3817,6 @@ out:
	return status;
}

/*
 * END OF "GENERIC" DECODE ROUTINES.
 */

/*
 * Decode ACCESS response
 */