From: Kukjin Kim Date: Sat, 21 Aug 2010 00:03:16 +0000 (+0900) Subject: ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type X-Git-Tag: v2.6.36-rc3~5^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15cae77ad891c1533b664759f8eebae246e5edf8;p=pandora-kernel.git ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type Fix this warning: arch/arm/mm/init.c: In function 'mem_init': arch/arm/mm/init.c:644: warning: format '%08lx' expects type 'long unsigned int', but argument 12 has type 'unsigned int' And removes the useless parens and white space. Reported-by: Kyungmin Park Signed-off-by: Kukjin Kim Cc: Ben Dooks --- Reading git-diff-tree failed