CHECK: extern prototypes should be avoided in .h files #26: FILE: include/linux/mm.h:2488: +extern int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, CHECK: Alignment should match open parenthesis #27: FILE: include/linux/mm.h:2489: +extern int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, + void *buf, int len, unsigned int gup_flags); CHECK: Alignment should match open parenthesis #45: FILE: mm/memory.c:6722: +static int __copy_remote_vm_str(struct mm_struct *mm, unsigned long addr, + void *buf, int len, unsigned int gup_flags) CHECK: Alignment should match open parenthesis #105: FILE: mm/memory.c:6782: + copy_from_user_page(vma, + page, CHECK: Alignment should match open parenthesis #142: FILE: mm/memory.c:6819: +int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, + void *buf, int len, unsigned int gup_flags) CHECK: Alignment should match open parenthesis #175: FILE: mm/nommu.c:1709: +static int __copy_remote_vm_str(struct mm_struct *mm, unsigned long addr, + void *buf, int len) CHECK: Alignment should match open parenthesis #221: FILE: mm/nommu.c:1755: +int copy_remote_vm_str(struct task_struct *tsk, unsigned long addr, + void *buf, int len, unsigned int gup_flags) total: 0 errors, 0 warnings, 7 checks, 208 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. Commit 0248c2c58df0 ("mm: add copy_remote_vm_str") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE GIT_COMMIT_ID MACRO_ARG_REUSE NO_AUTHOR_SIGN_OFF NOTE: If any of the errors are false positives, please report them to the maintainer, see CHECKPATCH in MAINTAINERS. total: 0 errors, 0 warnings, 7 checks, 208 lines checked