CHECK: Alignment should match open parenthesis #177: FILE: drivers/nvme/host/tcp.c:524: + req->pdu = page_frag_alloc_va(&queue->pf_cache, sizeof(struct nvme_tcp_cmd_pdu) + hdgst, CHECK: Alignment should match open parenthesis #195: FILE: drivers/nvme/host/tcp.c:1350: + async->pdu = page_frag_alloc_va(&queue->pf_cache, sizeof(struct nvme_tcp_cmd_pdu) + hdgst, CHECK: Alignment should match open parenthesis #208: FILE: drivers/nvme/target/tcp.c:1467: + c->cmd_pdu = page_frag_alloc_va(&queue->pf_cache, sizeof(*c->cmd_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); CHECK: Alignment should match open parenthesis #215: FILE: drivers/nvme/target/tcp.c:1473: + c->rsp_pdu = page_frag_alloc_va(&queue->pf_cache, sizeof(*c->rsp_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); CHECK: Alignment should match open parenthesis #222: FILE: drivers/nvme/target/tcp.c:1479: + c->data_pdu = page_frag_alloc_va(&queue->pf_cache, sizeof(*c->data_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); CHECK: Alignment should match open parenthesis #228: FILE: drivers/nvme/target/tcp.c:1484: + c->r2t_pdu = page_frag_alloc_va(&queue->pf_cache, sizeof(*c->r2t_pdu) + hdgst, GFP_KERNEL | __GFP_ZERO); WARNING: line length of 81 exceeds 80 columns #396: FILE: net/core/skbuff.c:318: + GFP_ATOMIC | __GFP_NOWARN, align_mask); WARNING: line length of 95 exceeds 80 columns #474: FILE: net/rxrpc/txbuf.c:100: + sizeof(*whdr) + sizeof(*ack) + 1 + 3 + sizeof(*trailer), gfp); total: 0 errors, 2 warnings, 6 checks, 407 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 5ba0d2b65015 ("mm: page_frag: add '_va' suffix to page_frag API") 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, 2 warnings, 6 checks, 407 lines checked