automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Anatoly Burakov <anatoly.burakov@intel.com>
Subject: [dpdk-test-report] |WARNING| pw40546 [PATCH RFC 02/10] eal: make --no-shconf an alias for --no-shared-files
Date: Thu, 31 May 2018 16:33:20 +0200 (CEST)	[thread overview]
Message-ID: <20180531143320.7DFA55F2D@dpdk.org> (raw)
In-Reply-To: <814570b61c300b6e745d0d40bb31db5e94e012b8.1527776837.git.anatoly.burakov@intel.com>

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

           reply	other threads:[~2018-05-31 14:33 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <814570b61c300b6e745d0d40bb31db5e94e012b8.1527776837.git.anatoly.burakov@intel.com>]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180531143320.7DFA55F2D@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=anatoly.burakov@intel.com \
    --cc=test-report@dpdk.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).