CHECK: Alignment should match open parenthesis #174: 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 #192: 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 #205: 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 #212: 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 #219: 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 #225: 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 95 exceeds 80 columns #514: FILE: net/rxrpc/txbuf.c:100: + sizeof(*whdr) + sizeof(*ack) + 1 + 3 + sizeof(*trailer), gfp); total: 0 errors, 1 warnings, 6 checks, 409 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 fc7e2957b500 ("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, 1 warnings, 6 checks, 409 lines checked