CHECK: Alignment should match open parenthesis #66: FILE: include/linux/if_tap.h:16: +void tap_ring_unconsume(struct file *file, void **batch, int n, + void (*destroy)(void *)); CHECK: Please use a blank line after function/struct/union/enum declarations #74: FILE: include/linux/if_tap.h:33: } +static inline void tap_ring_unconsume(struct file *file, void **batch, CHECK: Alignment should match open parenthesis #75: FILE: include/linux/if_tap.h:34: +static inline void tap_ring_unconsume(struct file *file, void **batch, + int n, void (*destroy)(void *)) {} CHECK: Alignment should match open parenthesis #88: FILE: include/linux/if_tun.h:27: +void tun_ring_unconsume(struct file *file, void **batch, int n, + void (*destroy)(void *)); CHECK: Alignment should match open parenthesis #97: FILE: include/linux/if_tun.h:68: +static inline void tun_ring_unconsume(struct file *file, void **batch, + int n, void (*destroy)(void *)) {} total: 0 errors, 0 warnings, 5 checks, 63 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 d8fadf578c96 ("TUN & TAP: Provide ptr_ring_unconsume 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, 5 checks, 63 lines checked