automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: "Morten Brørup" <mb@smartsharesystems.com>
Subject: |WARNING| pw122097 [PATCH v6 4/4] eal: add nonnull and access function attributes
Date: Mon, 16 Jan 2023 13:45:54 +0100 (CET)	[thread overview]
Message-ID: <20230116124554.43E47123659@dpdk.org> (raw)
In-Reply-To: <20230116124414.49905-4-mb@smartsharesystems.com>

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

_coding style issues_


WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#174: FILE: lib/eal/include/rte_common.h:167:
+ * Tells compiler that the memory pointed to by a pointer argument
+*  is only read, not written to, by the function.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#176: FILE: lib/eal/include/rte_common.h:169:
+*  It might not be accessed at all.
+ *

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#190: FILE: lib/eal/include/rte_common.h:183:
+ * Tells compiler that the memory pointed to by a pointer argument
+*  is only written to, not read, by the function.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#192: FILE: lib/eal/include/rte_common.h:185:
+*  It might not be accessed at all.
+ *

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#206: FILE: lib/eal/include/rte_common.h:199:
+ * Tells compiler that the memory pointed to by a pointer argument
+*  is both read and written to by the function.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#208: FILE: lib/eal/include/rte_common.h:201:
+*  It might not be read, written to, or accessed at all.
+ *

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#222: FILE: lib/eal/include/rte_common.h:215:
+ * Tells compiler that the memory pointed to by a pointer argument
+*  is not accessed by the function.

WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line
#223: FILE: lib/eal/include/rte_common.h:216:
+*  is not accessed by the function.
+ *

total: 0 errors, 8 warnings, 153 lines checked
Warning in lib/eal/include/rte_common.h:
Using compiler attribute directly

      parent reply	other threads:[~2023-01-16 12:45 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20230116124414.49905-4-mb@smartsharesystems.com>
2023-01-16 12:36 ` |SUCCESS| pw122094-122097 " qemudev
2023-01-16 12:40 ` qemudev
2023-01-16 12:45 ` checkpatch [this message]

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=20230116124554.43E47123659@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=mb@smartsharesystems.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).