automatic DPDK test reports
 help / color / mirror / Atom feed
From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Zhiheng Chen <chenzhiheng0227@gmail.com>
Subject: |WARNING| pw105303 [PATCH] mempool: fix the description of some function return values
Date: Tue, 21 Dec 2021 10:06:10 +0100 (CET)	[thread overview]
Message-ID: <20211221090610.F1F70120D6E@dpdk.org> (raw)
In-Reply-To: <20211218171421.8082-1-chenzhiheng0227@gmail.com>

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

_coding style issues_


WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line)
#75: 
In rte_mempool_ring.c, the committer uses the symbol ENOBUFS to describe the return value of function common_ring_sc_dequeue, but in rte_mempool.h, the symbol ENOENT is used to describe the return value of function rte_mempool_get. If the user of dpdk uses the symbol ENOENT as the judgment condition of the return value, it may cause some abnormal phenomena in their own programs, such as when the mempool space is exhausted.

total: 0 errors, 1 warnings, 56 lines checked

       reply	other threads:[~2021-12-21  9:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20211218171421.8082-1-chenzhiheng0227@gmail.com>
2021-12-21  9:06 ` checkpatch [this message]
2021-12-21 20:59 ` |SUCCESS| " 0-day Robot

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=20211221090610.F1F70120D6E@dpdk.org \
    --to=checkpatch@dpdk.org \
    --cc=chenzhiheng0227@gmail.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).