WARNING: line length of 87 exceeds 80 columns #82: FILE: drivers/net/virtio_net.c:6849: + virtio_cread16(vdev, offsetof(struct virtio_net_config, WARNING: line length of 97 exceeds 80 columns #83: FILE: drivers/net/virtio_net.c:6850: + rss_max_indirection_table_length)); WARNING: line length of 83 exceeds 80 columns #85: FILE: drivers/net/virtio_net.c:6852: + virtio_cread32(vdev, offsetof(struct virtio_net_config, WARNING: line length of 81 exceeds 80 columns #86: FILE: drivers/net/virtio_net.c:6853: + supported_hash_types)); WARNING: line length of 85 exceeds 80 columns #99: FILE: drivers/net/virtio_net.c:6864: + vi->rss_hdr = devm_kzalloc(&vdev->dev, virtnet_rss_hdr_size(vi), GFP_KERNEL); total: 0 errors, 5 warnings, 0 checks, 81 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 f6b47c934f95 ("virtio_net: Improve RSS key size validation and use NETDEV_RSS_KEY_LEN") has style problems, please review. NOTE: Ignored message types: ALLOC_SIZEOF_STRUCT BAD_REPORTED_BY_LINK CAMELCASE COMMIT_LOG_LONG_LINE FILE_PATH_CHANGES 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, 5 warnings, 0 checks, 81 lines checked