automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: <eagostini@nvidia.com>
Subject: [dpdk-test-report] |WARNING| pw100836 [PATCH v3 7/9] gpudev: add communication flag
Date: Fri,  8 Oct 2021 19:45:37 +0200 (CEST)	[thread overview]
Message-ID: <20211008174537.7860D120E00@dpdk.org> (raw)
In-Reply-To: <20211009015349.9694-8-eagostini@nvidia.com>

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

_coding style issues_


ERROR:OPEN_BRACE: that open brace { should be on the previous line
#167: FILE: app/test-gpudev/main.c:180:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#167: FILE: app/test-gpudev/main.c:180:
+	if(ret < 0)

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#175: FILE: app/test-gpudev/main.c:188:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#175: FILE: app/test-gpudev/main.c:188:
+	if(ret < 0)

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#182: FILE: app/test-gpudev/main.c:195:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#182: FILE: app/test-gpudev/main.c:195:
+	if(ret < 0)

WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#188: FILE: app/test-gpudev/main.c:201:
+	printf("Communication flag value at 0x%p was set to %d and current value is %d
", devflag.ptr, set_val, get_val);

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#192: FILE: app/test-gpudev/main.c:205:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#192: FILE: app/test-gpudev/main.c:205:
+	if(ret < 0)

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#199: FILE: app/test-gpudev/main.c:212:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#199: FILE: app/test-gpudev/main.c:212:
+	if(ret < 0)

WARNING:LONG_LINE: line length of 122 exceeds 100 columns
#205: FILE: app/test-gpudev/main.c:218:
+	printf("Communication flag value at 0x%p was set to %d and current value is %d
", devflag.ptr, set_val, get_val);

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#208: FILE: app/test-gpudev/main.c:221:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#208: FILE: app/test-gpudev/main.c:221:
+	if(ret < 0)

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#306: FILE: lib/gpudev/gpudev.c:672:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#306: FILE: lib/gpudev/gpudev.c:672:
+	if(ret < 0)

ERROR:OPEN_BRACE: that open brace { should be on the previous line
#329: FILE: lib/gpudev/gpudev.c:695:
+	if(ret < 0)
+	{

ERROR:SPACING: space required before the open parenthesis '('
#329: FILE: lib/gpudev/gpudev.c:695:
+	if(ret < 0)

total: 16 errors, 2 warnings, 340 lines checked

           reply	other threads:[~2021-10-08 17:45 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <20211009015349.9694-8-eagostini@nvidia.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=20211008174537.7860D120E00@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=eagostini@nvidia.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).