Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Staging: sm7xx: preferred form for passing a size to memory allocatio…
…n 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>
- Loading branch information