Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm-mempool-do-not-allow-atomic-resizing-checkpatch-fixes
WARNING: Prefer kmalloc_array over kmalloc with multiply torvalds#111: FILE: mm/mempool.c:149: + new_elements = kmalloc(new_min_nr * sizeof(*new_elements), GFP_KERNEL); total: 0 errors, 1 warnings, 81 lines checked ./patches/mm-mempool-do-not-allow-atomic-resizing.patch has style problems, please review. If any of these errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: David Rientjes <rientjes@google.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
- Loading branch information