From: checkpatch@dpdk.org
To: test-report@dpdk.org
Cc: Reshma Pattan <reshma.pattan@intel.com>
Subject: [dpdk-test-report] |WARNING| pw39627 [PATCH v2] examples/ipsec-secgw: replace strncpy with strlcpy
Date: Wed, 9 May 2018 17:58:21 +0200 (CEST) [thread overview]
Message-ID: <20180509155821.72E081B3FB@dpdk.org> (raw)
In-Reply-To: <1525881417-30440-1-git-send-email-reshma.pattan@intel.com>
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/39627
_coding style issues_
WARNING:MISORDERED_TYPE: type 'long unsigned int' should be specified in [[un]signed] [short|int|long|long long] order
#55: FILE: examples/ipsec-secgw/parser.c:216:
+ strlcpy(ip_str, token, RTE_MIN((long unsigned int)(pch - token),
WARNING:MISORDERED_TYPE: type 'long unsigned int' should be specified in [[un]signed] [short|int|long|long long] order
#73: FILE: examples/ipsec-secgw/parser.c:246:
+ strlcpy(ip_str, token, RTE_MIN((long unsigned int)(pch - token),
total: 0 errors, 2 warnings, 66 lines checked
parent reply other threads:[~2018-05-09 15:58 UTC|newest]
Thread overview: expand[flat|nested] mbox.gz Atom feed
[parent not found: <1525881417-30440-1-git-send-email-reshma.pattan@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=20180509155821.72E081B3FB@dpdk.org \
--to=checkpatch@dpdk.org \
--cc=reshma.pattan@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).