Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
not-adding-modules-range-to-kcore-if-its-equal-to-vmcore-range-checkp…
…atch-fixes ERROR: space prohibited after that open parenthesis '(' torvalds#34: FILE: fs/proc/kcore.c:613: + if ( (MODULES_VADDR != VMALLOC_START) && ERROR: space prohibited before that close parenthesis ')' torvalds#35: FILE: fs/proc/kcore.c:614: + (MODULES_END != VMALLOC_END) ) { total: 2 errors, 0 warnings, 12 lines checked ./patches/not-adding-modules-range-to-kcore-if-its-equal-to-vmcore-range.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: Baoquan He <bhe@redhat.com> Cc: Paul Gortmaker <paul.gortmaker@windriver.com> Cc: Xishi Qiu <qiuxishi@huawei.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
- Loading branch information