From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 72E081B3FB; Wed, 9 May 2018 17:58:21 +0200 (CEST) In-Reply-To: <1525881417-30440-1-git-send-email-reshma.pattan@intel.com> References: <1525881417-30440-1-git-send-email-reshma.pattan@intel.com> To: test-report@dpdk.org Cc: Reshma Pattan Message-Id: <20180509155821.72E081B3FB@dpdk.org> Date: Wed, 9 May 2018 17:58:21 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39627 [PATCH v2] examples/ipsec-secgw: replace strncpy with strlcpy X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 May 2018 15:58:21 -0000 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