]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ARM: SAMSUNG: Fix on build warning regarding VMALLOC_END type
authorKukjin Kim <kgene.kim@samsung.com>
Sat, 21 Aug 2010 00:03:16 +0000 (09:03 +0900)
committerKukjin Kim <kgene.kim@samsung.com>
Fri, 27 Aug 2010 06:28:38 +0000 (15:28 +0900)
commit15cae77ad891c1533b664759f8eebae246e5edf8
tree0ea0de439f332a3ac9b77180e4fb5b5abfc0edaa
parentc1eea3756a9b16d8def6cf194a6ee74eb65b7aef
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 <kyungmin.park@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Cc: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s3c2410/include/mach/vmalloc.h
arch/arm/mach-s3c64xx/include/mach/vmalloc.h
arch/arm/mach-s5p6440/include/mach/vmalloc.h
arch/arm/mach-s5p6442/include/mach/vmalloc.h