WARNING: line length of 98 exceeds 80 columns #149: FILE: drivers/nvme/host/tcp.c:355: + netdev = get_netdev_for_sock(ctrl->queues[0].sock->sk, &ctrl->netdev_tracker, GFP_KERNEL); WARNING: line length of 90 exceeds 80 columns #214: FILE: drivers/nvme/host/tcp.c:420: + ctrl->ddp_limits.max_ddp_sgl_len << (NVME_CTRL_PAGE_SHIFT - SECTOR_SHIFT); WARNING: line length of 88 exceeds 80 columns #219: FILE: drivers/nvme/host/tcp.c:425: + ctrl->ddp_limits.nvmeotcp.full_ccid_range ? 0 : NVME_QUIRK_SKIP_CID_GEN; total: 0 errors, 3 warnings, 0 checks, 356 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 d4416d0752f3 ("nvme-tcp: Add DDP offload control path") 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, 3 warnings, 0 checks, 356 lines checked