* [dpdk-test-report] |WARNING| pw40546 [PATCH RFC 02/10] eal: make --no-shconf an alias for --no-shared-files
[not found] <814570b61c300b6e745d0d40bb31db5e94e012b8.1527776837.git.anatoly.burakov@intel.com>
@ 2018-05-31 14:33 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-05-31 14:33 UTC (permalink / raw)
To: test-report; +Cc: Anatoly Burakov
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/40546
_coding style issues_
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#174: FILE: test/test/test_eal_flags.c:373:
+ const char * prefix = no_shared_files;
WARNING:LONG_LINE: line over 90 characters
#183: FILE: test/test/test_eal_flags.c:665:
+ const char *argv1[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n"};
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#183: FILE: test/test/test_eal_flags.c:665:
+ const char *argv1[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n"};
WARNING:LONG_LINE: line over 90 characters
#186: FILE: test/test/test_eal_flags.c:667:
+ const char *argv2[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n", "e" };
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#186: FILE: test/test/test_eal_flags.c:667:
+ const char *argv2[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n", "e" };
WARNING:LONG_LINE: line over 90 characters
#189: FILE: test/test/test_eal_flags.c:669:
+ const char *argv3[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n", "0" };
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#189: FILE: test/test/test_eal_flags.c:669:
+ const char *argv3[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n", "0" };
WARNING:LONG_LINE: line over 90 characters
#192: FILE: test/test/test_eal_flags.c:671:
+ const char *argv4[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n", "2" };
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#192: FILE: test/test/test_eal_flags.c:671:
+ const char *argv4[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1", "-n", "2" };
WARNING:STATIC_CONST_CHAR_ARRAY: char * array declaration might be better as static const
#195: FILE: test/test/test_eal_flags.c:673:
+ const char *argv5[] = { prgname, prefix, no_huge, no_shared_files, "-c", "1"};
ERROR:POINTER_LOCATION: "foo * bar" should be "foo *bar"
#204: FILE: test/test/test_eal_flags.c:737:
+ const char * prefix = no_shared_files;
total: 2 errors, 9 warnings, 142 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2018-05-31 14:33 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <814570b61c300b6e745d0d40bb31db5e94e012b8.1527776837.git.anatoly.burakov@intel.com>
2018-05-31 14:33 ` [dpdk-test-report] |WARNING| pw40546 [PATCH RFC 02/10] eal: make --no-shconf an alias for --no-shared-files checkpatch
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).