From: Bernhard Walle Date: Tue, 12 Aug 2008 22:09:14 +0000 (-0700) Subject: firmware/memmap: cleanup X-Git-Tag: v2.6.27-rc3~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31bad9246b5e17d547430697791acca5e9712333;p=pandora-kernel.git firmware/memmap: cleanup Various cleanup the drivers/firmware/memmap (after review by AKPM): - fix kdoc to conform to the standard - move kdoc from header to implementation files - remove superfluous WARN_ON() after kmalloc() - WARN_ON(x); if (!x) -> if(!WARN_ON(x)) - improve some comments Signed-off-by: Bernhard Walle Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed