]> git.baikalelectronics.ru Git - kernel.git/commit
firmware/memmap: cleanup
authorBernhard Walle <bwalle@suse.de>
Tue, 12 Aug 2008 22:09:14 +0000 (15:09 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Aug 2008 23:07:31 +0000 (16:07 -0700)
commit75a4534a4ee7e2335134ba89a4fda03776b1ebf1
tree2c79be72236d0087637bb231ddf04d4fe36cd2bd
parent338804b2f218a940817bbe9e1312c2a88bda9c91
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 <bwalle@suse.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/firmware/memmap.c
include/linux/firmware-map.h