automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Rasesh Mody <rasesh.mody@cavium.com>
Subject: [dpdk-test-report] |WARNING| pw20895 [PATCH 59/61] net/qede/base: add support for arfs mode
Date: Mon, 27 Feb 2017 09:09:46 +0100 (CET)	[thread overview]
Message-ID: <20170227080946.6ABFDF972@dpdk.org> (raw)
In-Reply-To: <1488182237-10247-60-git-send-email-rasesh.mody@cavium.com>

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

_coding style issues_


ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#212: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1508:
+	ram_line_ptr = (u32*)&ram_line;

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#222: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1518:
+	ecore_wr(p_hwfn, p_ptt, PRS_REG_GFT_CAM + CAM_LINE_SIZE*pf_id,
 	                                                       ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#231: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1527:
+			 RAM_LINE_SIZE*pf_id + i*REG_SIZE, *(ram_line_ptr + i));
 			              ^

CHECK:SPACING: spaces preferred around that '*' (ctx:VxV)
#231: FILE: drivers/net/qede/base/ecore_init_fw_funcs.c:1527:
+			 RAM_LINE_SIZE*pf_id + i*REG_SIZE, *(ram_line_ptr + i));
 			                        ^

total: 1 errors, 0 warnings, 3 checks, 332 lines checked

           reply	other threads:[~2017-02-27  8:09 UTC|newest]

Thread overview: expand[flat|nested]  mbox.gz  Atom feed
 [parent not found: <1488182237-10247-60-git-send-email-rasesh.mody@cavium.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=20170227080946.6ABFDF972@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=rasesh.mody@cavium.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).