Merge tag 'please-pull-mce' of git://git.kernel.org/pub/scm/linux/kernel/git/ras/ras
[deliverable/linux.git] / net / sunrpc / xdr.c
index b97a3dd9a60ac12fa4580f6163fc95c87e4a743b..fddcccfcdf768afd5fbad18d7c37380633bbd767 100644 (file)
@@ -1204,7 +1204,7 @@ xdr_process_buf(struct xdr_buf *buf, unsigned int offset, unsigned int len,
                int (*actor)(struct scatterlist *, void *), void *data)
 {
        int i, ret = 0;
-       unsigned page_len, thislen, page_offset;
+       unsigned int page_len, thislen, page_offset;
        struct scatterlist      sg[1];
 
        sg_init_table(sg, 1);
This page took 0.024238 seconds and 5 git commands to generate.