|WARNING| pw109232 [RFC PATCH v1 01/18] dts: merge DTS framework/crb.py to DPDK

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Apr 6 17:07:28 CEST 2022


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

_coding style issues_


WARNING:COMMIT_MESSAGE: Missing commit description - Add an appropriate one

WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#430: FILE: dts/framework/crb.py:366:
+            configed_pcis = portconf.get_ports_config()

WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#431: FILE: dts/framework/crb.py:367:
+            if configed_pcis:

WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#434: FILE: dts/framework/crb.py:370:
+                    for item in list(configed_pcis.values()):

WARNING:TYPO_SPELLING: 'configed' may be misspelled - perhaps 'configured'?
#441: FILE: dts/framework/crb.py:377:
+                    for key in list(configed_pcis.keys()):

WARNING:REPEATED_WORD: Possible repeated word: 'of'
#592: FILE: dts/framework/crb.py:528:
+        Disable ipv6 of of specified interface

WARNING:REPEATED_WORD: Possible repeated word: 'of'
#601: FILE: dts/framework/crb.py:537:
+        Enable ipv6 of of specified interface

WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'?
#653: FILE: dts/framework/crb.py:589:
+        file_directorys = [

WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'?
#658: FILE: dts/framework/crb.py:594:
+        for config_file in file_directorys:

WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'?
#695: FILE: dts/framework/crb.py:631:
+        directorys = ["/var/run/dpdk/%s" % file_prefix for file_prefix in prefix_list]

WARNING:TYPO_SPELLING: 'directorys' may be misspelled - perhaps 'directories'?
#696: FILE: dts/framework/crb.py:632:
+        for directory in directorys:

WARNING:REPEATED_WORD: Possible repeated word: 'in'
#971: FILE: dts/framework/crb.py:907:
+            # if system core less than request just use all cores in in socket

ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s)

total: 1 errors, 12 warnings, 1061 lines checked


More information about the test-report mailing list