|WARNING| pw146102 [PATCH v26 09/15] log: drop syslog support, and make code common
    checkpatch at dpdk.org 
    checkpatch at dpdk.org
       
    Wed Oct 16 22:25:05 CEST 2024
    
    
  
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/146102
_coding style issues_
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#119: FILE: app/test/test_eal_flags.c:988:
+	const char *argv3[] = {prgname, prefix, mp_flag, "--syslog"};
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#125: FILE: app/test/test_eal_flags.c:990:
+	const char *argv4[] = {prgname, prefix, mp_flag, "--syslog", "always"};
total: 0 errors, 2 warnings, 134 lines checked
    
    
More information about the test-report
mailing list