Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
mm-kmemleak-use-the-memory-pool-for-early-allocations-checkpatch-fixes
WARNING: else is not generally useful after a break or return torvalds#173: FILE: mm/kmemleak.c:426: + return object; + else WARNING: line over 80 characters torvalds#231: FILE: mm/kmemleak.c:793: + area = kmem_cache_alloc(scan_area_cache, gfp_kmemleak_mask(gfp)); total: 0 errors, 2 warnings, 468 lines checked NOTE: For some of the reported defects, checkpatch may be able to mechanically convert to the typical style using --fix or --fix-inplace. ./patches/mm-kmemleak-use-the-memory-pool-for-early-allocations.patch has style problems, please review. NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. Please run checkpatch prior to sending patches Cc: Catalin Marinas <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
- Loading branch information