Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
checkpatch: add new alloc functions to alloc with multiplies check
kvmalloc() and kvzalloc() functions have now 2-factor multiplication argument forms kvmalloc_array() and kvcalloc(), correspondingly. Add alloc-with-multiplies checks for these new functions. Link: KSPP#187 Signed-off-by: Gustavo A. R. Silva <[email protected]>
- Loading branch information