From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 7DFA55F2D; Thu, 31 May 2018 16:33:20 +0200 (CEST) In-Reply-To: <814570b61c300b6e745d0d40bb31db5e94e012b8.1527776837.git.anatoly.burakov@intel.com> References: <814570b61c300b6e745d0d40bb31db5e94e012b8.1527776837.git.anatoly.burakov@intel.com> To: test-report@dpdk.org Cc: Anatoly Burakov Message-Id: <20180531143320.7DFA55F2D@dpdk.org> Date: Thu, 31 May 2018 16:33:20 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw40546 [PATCH RFC 02/10] eal: make --no-shconf an alias for --no-shared-files X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 May 2018 14:33:20 -0000 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