WARNING: line length of 84 exceeds 80 columns #68: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:1291: +int gve_adminq_configure_rss(struct gve_priv *priv, struct ethtool_rxfh_param *rxfh) WARNING: line length of 84 exceeds 80 columns #152: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:1445: + struct gve_query_rss_descriptor *descriptor, WARNING: line length of 96 exceeds 80 columns #164: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:1457: + if (sizeof(*descriptor) + priv->rss_key_size + hash_lut_length != total_memory_length) { WARNING: line length of 87 exceeds 80 columns #186: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:1479: +int gve_adminq_query_rss_config(struct gve_priv *priv, struct ethtool_rxfh_param *rxfh) WARNING: line length of 84 exceeds 80 columns #193: FILE: drivers/net/ethernet/google/gve/gve_adminq.c:1486: + descriptor = dma_pool_alloc(priv->adminq_pool, GFP_KERNEL, &descriptor_bus); WARNING: line length of 85 exceeds 80 columns #290: FILE: drivers/net/ethernet/google/gve/gve_adminq.h:626: +int gve_adminq_configure_rss(struct gve_priv *priv, struct ethtool_rxfh_param *rxfh); WARNING: line length of 88 exceeds 80 columns #291: FILE: drivers/net/ethernet/google/gve/gve_adminq.h:627: +int gve_adminq_query_rss_config(struct gve_priv *priv, struct ethtool_rxfh_param *rxfh); WARNING: line length of 83 exceeds 80 columns #336: FILE: drivers/net/ethernet/google/gve/gve_ethtool.c:858: +static int gve_get_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh) WARNING: line length of 83 exceeds 80 columns #346: FILE: drivers/net/ethernet/google/gve/gve_ethtool.c:868: +static int gve_set_rxfh(struct net_device *netdev, struct ethtool_rxfh_param *rxfh, total: 0 errors, 9 warnings, 0 checks, 317 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 e57492f5d60e ("gve: Add RSS adminq commands and ethtool support") 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, 9 warnings, 0 checks, 317 lines checked