| commit | 31bad9246b5e17d547430697791acca5e9712333 | [log] [tgz] |
|---|---|---|
| author | Bernhard Walle <bwalle@suse.de> | Tue Aug 12 15:09:14 2008 -0700 |
| committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Aug 12 16:07:31 2008 -0700 |
| tree | 2c79be72236d0087637bb231ddf04d4fe36cd2bd | |
| parent | bdd873540df9271634b0aae189f91c064f8b6147 [diff] |
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>