From 9855a0ce82219de0c6dd4e61fb71a6d7711386a1 Mon Sep 17 00:00:00 2001 From: Chuck Lever Date: Fri, 26 Oct 2007 19:29:48 +0200 Subject: [PATCH] --- yaml --- r: 72700 b: refs/heads/master c: 513f54b78f9594927ede66b6c66a70c1bae0c4ca h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/scatterlist.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index a7f5d379d5bc..d7b2e9996630 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 74eb94f7b84f4e631a0e020991fb16f17ce85ab7 +refs/heads/master: 513f54b78f9594927ede66b6c66a70c1bae0c4ca diff --git a/trunk/include/linux/scatterlist.h b/trunk/include/linux/scatterlist.h index 19b751aabd16..32326c293d7b 100644 --- a/trunk/include/linux/scatterlist.h +++ b/trunk/include/linux/scatterlist.h @@ -243,7 +243,7 @@ static inline void sg_init_table(struct scatterlist *sgl, unsigned int nents) sg_mark_end(sgl, nents); #ifdef CONFIG_DEBUG_SG { - int i; + unsigned int i; for (i = 0; i < nents; i++) sgl[i].sg_magic = SG_MAGIC; }