[dpdk-test-report] |WARNING| pw24760 [PATCH RFC 08/39] bus/dpaa: add FMan hardware operations

checkpatch at dpdk.org checkpatch at dpdk.org
Sat May 27 12:19:20 CEST 2017


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/24760

_coding style issues_


WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name
#778: FILE: drivers/bus/dpaa/include/fsl_fman.h:108:
+void fman_if_promiscuous_enable(struct fman_if *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name
#779: FILE: drivers/bus/dpaa/include/fsl_fman.h:109:
+void fman_if_promiscuous_disable(struct fman_if *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name
#782: FILE: drivers/bus/dpaa/include/fsl_fman.h:112:
+void fman_if_enable_rx(struct fman_if *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name
#783: FILE: drivers/bus/dpaa/include/fsl_fman.h:113:
+void fman_if_disable_rx(struct fman_if *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name
#786: FILE: drivers/bus/dpaa/include/fsl_fman.h:116:
+void fman_if_loopback_enable(struct fman_if *);

WARNING:FUNCTION_ARGUMENTS: function definition argument 'struct fman_if *' should also have an identifier name
#787: FILE: drivers/bus/dpaa/include/fsl_fman.h:117:
+void fman_if_loopback_disable(struct fman_if *);

total: 0 errors, 6 warnings, 1066 lines checked


More information about the test-report mailing list