CHECK: Please use a blank line after function/struct/union/enum declarations #176: FILE: include/linux/if_tap.h:26: } +static inline int tap_ring_consume_batched(struct file *f, CHECK: Alignment should match open parenthesis #177: FILE: include/linux/if_tap.h:27: +static inline int tap_ring_consume_batched(struct file *f, + void **array, int n) CHECK: Alignment should match open parenthesis #201: FILE: include/linux/if_tun.h:60: +static inline int tun_ring_consume_batched(struct file *file, + void **array, int n) total: 0 errors, 0 warnings, 3 checks, 155 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 0cb2aec6033a ("TUN & TAP: Provide ptr_ring_consume_batched wrappers for vhost_net") 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, 3 checks, 155 lines checked