[dpdk-test-report] |WARNING| pw84651 [PATCH v1] net/axgbe: enabling	VLAN support in axgbe
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Tue Dec  1 09:08:13 CET 2020
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/84651
_coding style issues_
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name
#661: FILE: drivers/net/axgbe/axgbe_ethdev.h:303:
+	int (*enable_rx_vlan_stripping)(struct axgbe_port *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name
#662: FILE: drivers/net/axgbe/axgbe_ethdev.h:304:
+	int (*disable_rx_vlan_stripping)(struct axgbe_port *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name
#663: FILE: drivers/net/axgbe/axgbe_ethdev.h:305:
+	int (*enable_rx_vlan_filtering)(struct axgbe_port *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name
#664: FILE: drivers/net/axgbe/axgbe_ethdev.h:306:
+	int (*disable_rx_vlan_filtering)(struct axgbe_port *);
WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct axgbe_port *' should also have an identifier name
#665: FILE: drivers/net/axgbe/axgbe_ethdev.h:307:
+	int (*update_vlan_hash_table)(struct axgbe_port *);
total: 0 errors, 5 warnings, 0 checks, 645 lines checked
    
    
More information about the test-report
mailing list