linux/drivers/staging/sm7xx
anish kumar 617a0c7177 Staging: sm7xx: preferred form for passing a size to memory allocation routines
The preferred form for passing a size of a struct is the following:
p = kmalloc(sizeof(*p), ...);
Please refer Documentation/Codingstyle chapter 14

Signed-off-by: anish kumar <anish198519851985@gmail.com>
Acked-by: Harry Wei <harryxiyou@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2011-05-19 15:34:32 -07:00
..
Kconfig staging: sm7xx: remove the buggy 2D acceleration support 2010-03-03 16:42:44 -08:00
Makefile
smtcfb.c Staging: sm7xx: preferred form for passing a size to memory allocation routines 2011-05-19 15:34:32 -07:00
smtcfb.h Staging: sm7xx: removing extra white spaces,redundant code and using macros 2011-05-19 15:34:31 -07:00
TODO staging: sm7xx: Use kernel framebuffer mode setting 2011-05-06 18:33:13 -07:00