net: cleanup unsigned to unsigned int
[linux-2.6-block.git] / net / sunrpc / cache.c
index de0b0f39d9d85430f8c7f3af17884473b133120e..47ad2666fdf6566f170b49e97097a285da29a231 100644 (file)
@@ -1273,7 +1273,7 @@ static void *c_start(struct seq_file *m, loff_t *pos)
        __acquires(cd->hash_lock)
 {
        loff_t n = *pos;
-       unsigned hash, entry;
+       unsigned int hash, entry;
        struct cache_head *ch;
        struct cache_detail *cd = ((struct handle*)m->private)->cd;