From 695d4638276e7f2cc617e20f531f72be6861f52e Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 26 Oct 2007 19:29:47 +0200 Subject: [PATCH] --- yaml --- r: 72699 b: refs/heads/master c: 74eb94f7b84f4e631a0e020991fb16f17ce85ab7 h: refs/heads/master i: 72697: c7f708d4951ff9cc8aa208eae3165e0546134952 72695: 934fa70624fb2c40b344acd5b450bcdbdda38e24 v: v3 --- [refs] | 2 +- trunk/include/linux/scatterlist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index d3ade5a3b948..a7f5d379d5bc 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 30fa0d0f0c0ab2aa0d4c2f88eda49eaa19ea6f8d +refs/heads/master: 74eb94f7b84f4e631a0e020991fb16f17ce85ab7 diff --git a/trunk/include/linux/scatterlist.h b/trunk/include/linux/scatterlist.h index b2ec8421b89f..19b751aabd16 100644 --- a/trunk/include/linux/scatterlist.h +++ b/trunk/include/linux/scatterlist.h @@ -150,7 +150,7 @@ static inline struct scatterlist *sg_last(struct scatterlist *sgl, struct scatterlist *ret = &sgl[nents - 1]; #else struct scatterlist *sg, *ret = NULL; - int i; + unsigned int i; for_each_sg(sgl, sg, nents, i) ret = sg;