WARNING: line length of 82 exceeds 80 columns #36: FILE: drivers/net/virtio_net.c:3399: +static void virtnet_rss_update_by_qpairs(struct virtnet_info *vi, u16 queue_pairs) WARNING: line length of 87 exceeds 80 columns #59: FILE: drivers/net/virtio_net.c:3421: + /* Firstly check if we need update rss. Do updating if both (1) rss enabled and WARNING: line length of 98 exceeds 80 columns #62: FILE: drivers/net/virtio_net.c:3424: + * During rss command processing, device updates queue_pairs using rss.max_tx_vq. That is, WARNING: line length of 99 exceeds 80 columns #63: FILE: drivers/net/virtio_net.c:3425: + * the device updates queue_pairs together with rss, so we can skip the sperate queue_pairs WARNING: line length of 86 exceeds 80 columns #68: FILE: drivers/net/virtio_net.c:3430: + if (rss_indirection_table_alloc(&vi->rss, vi->rss_indir_table_size)) { total: 0 errors, 5 warnings, 0 checks, 99 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 8db2b6af3681 ("virtio_net: Update rss when set queue") 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, 5 warnings, 0 checks, 99 lines checked