From: Namhyung Kim Date: Tue, 26 Oct 2010 21:22:02 +0000 (-0700) Subject: vmalloc: rename temporary variable in __insert_vmap_area() X-Git-Tag: v2.6.37-rc1~105^2~115 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=170168d0a351c045adc0bee0987e51dfc82890c0;p=pandora-kernel.git vmalloc: rename temporary variable in __insert_vmap_area() Rename redundant 'tmp' to fix following sparse warnings: mm/vmalloc.c:296:34: warning: symbol 'tmp' shadows an earlier one mm/vmalloc.c:293:24: originally declared here Signed-off-by: Namhyung Kim Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed