WARNING: line length of 92 exceeds 80 columns #66: FILE: drivers/net/ethernet/google/gve/gve.h:1175: +int gve_get_flow_rule_ids(struct gve_priv *priv, struct ethtool_rxnfc *cmd, u32 *rule_locs); WARNING: line length of 94 exceeds 80 columns #116: FILE: drivers/net/ethernet/google/gve/gve_ethtool.c:804: +static int gve_get_rxnfc(struct net_device *netdev, struct ethtool_rxnfc *cmd, u32 *rule_locs) WARNING: line length of 86 exceeds 80 columns #129: FILE: drivers/net/ethernet/google/gve/gve_ethtool.c:817: + err = gve_adminq_query_flow_rules(priv, GVE_FLOW_RULE_QUERY_STATS, 0); WARNING: added, moved or deleted file(s), does MAINTAINERS need updating? #166: new file mode 100644 WARNING: line length of 90 exceeds 80 columns #276: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:106: +static int gve_generate_flow_rule(struct gve_priv *priv, struct ethtool_rx_flow_spec *fsp, WARNING: line length of 94 exceeds 80 columns #368: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:198: + struct gve_adminq_queried_flow_rule *rules_cache = priv->flow_rules_cache.rules_cache; WARNING: line length of 83 exceeds 80 columns #369: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:199: + struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; WARNING: line length of 98 exceeds 80 columns #381: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:211: + err = gve_adminq_query_flow_rules(priv, GVE_FLOW_RULE_QUERY_RULES, fsp->location); WARNING: line length of 91 exceeds 80 columns #403: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:233: +int gve_get_flow_rule_ids(struct gve_priv *priv, struct ethtool_rxnfc *cmd, u32 *rule_locs) WARNING: line length of 92 exceeds 80 columns #455: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:285: + dev_err(&priv->pdev->dev, "Failed to add the flow rule: %u", fsp->location); WARNING: line length of 83 exceeds 80 columns #462: FILE: drivers/net/ethernet/google/gve/gve_flow_rule.c:292: + struct ethtool_rx_flow_spec *fsp = (struct ethtool_rx_flow_spec *)&cmd->fs; WARNING: line length of 82 exceeds 80 columns #523: FILE: drivers/net/ethernet/google/gve/gve_main.c:2073: + if ((netdev->features & NETIF_F_NTUPLE) && !(features & NETIF_F_NTUPLE)) { total: 0 errors, 12 warnings, 0 checks, 468 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 3c87a296c797 ("gve: Add flow steering 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, 12 warnings, 0 checks, 468 lines checked