CHECK: Alignment should match open parenthesis #83: FILE: drivers/nvme/host/tcp.c:465: +static inline void nvme_tcp_ddgst_update(u32 *crcp, + struct page *page, size_t off, size_t len) CHECK: Alignment should match open parenthesis #146: FILE: drivers/nvme/host/tcp.c:934: + ret = skb_copy_and_crc32c_datagram_iter(skb, *offset, + &req->iter, recv_len, &queue->rcv_crc); CHECK: Alignment should match open parenthesis #166: FILE: drivers/nvme/host/tcp.c:1156: + nvme_tcp_ddgst_update(&queue->snd_crc, page, offset, ret); CHECK: Alignment should match open parenthesis #175: FILE: drivers/nvme/host/tcp.c:1170: + nvme_tcp_ddgst_final(&queue->snd_crc, &req->ddgst); total: 0 errors, 0 warnings, 4 checks, 252 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 7225c96a309a ("nvme-tcp: use crc32c() and skb_copy_and_crc32c_datagram_iter()") 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, 4 checks, 252 lines checked