WARNING: line length of 93 exceeds 80 columns #42: FILE: drivers/net/virtio_net.c:375: + u16 hash_cfg_reserved; /* for HASH_CONFIG (see virtio_net_hash_config for details) */ WARNING: line length of 93 exceeds 80 columns #55: FILE: drivers/net/virtio_net.c:516: +static int rss_indirection_table_alloc(struct virtio_net_ctrl_rss *rss, u16 indir_table_size) WARNING: line length of 90 exceeds 80 columns #62: FILE: drivers/net/virtio_net.c:523: + rss->indirection_table = kmalloc_array(indir_table_size, sizeof(u16), GFP_KERNEL); WARNING: line length of 82 exceeds 80 columns #91: FILE: drivers/net/virtio_net.c:3858: + sg_set_buf(&sgs[1], &vi->rss.hash_cfg_reserved, sizeof(uint16_t)); total: 0 errors, 4 warnings, 0 checks, 78 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 1f64846ca5e3 ("virtio_net: Support dynamic rss indirection table size") 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, 4 warnings, 0 checks, 78 lines checked