CHECK: Alignment should match open parenthesis #52: FILE: drivers/net/hyperv/netvsc.c:1070: +static inline void netvsc_build_mpb_array(struct hv_page_buffer *pb, + u32 page_buffer_count, CHECK: Alignment should match open parenthesis #99: FILE: drivers/net/hyperv/netvsc.c:1149: + netvsc_build_mpb_array(pb, packet->page_buf_cnt, + (struct vmbus_packet_mpb_array *)&desc, CHECK: Alignment should match open parenthesis #102: FILE: drivers/net/hyperv/netvsc.c:1152: + ret = vmbus_sendpacket_mpb_desc(out_channel, + (struct vmbus_packet_mpb_array *)&desc, WARNING: The commit message has 'stable@', perhaps it also needs a 'Fixes:' tag? total: 0 errors, 1 warnings, 3 checks, 68 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 4ffd449e4fc8 ("hv_netvsc: Use vmbus_sendpacket_mpb_desc() to send VMBus messages") 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, 1 warnings, 3 checks, 68 lines checked