From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5378BA0C4C for ; Wed, 18 Aug 2021 19:15:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 8C9AE41222; Wed, 18 Aug 2021 19:15:18 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 31D24411FA for ; Wed, 18 Aug 2021 19:15:17 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2DA92122434; Wed, 18 Aug 2021 19:15:17 +0200 (CEST) In-Reply-To: <1629306834-6277-11-git-send-email-jizh@linux.microsoft.com> References: <1629306834-6277-11-git-send-email-jizh@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Zhou Message-Id: <20210818171517.2DA92122434@dpdk.org> Date: Wed, 18 Aug 2021 19:15:17 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw97077 [PATCH v2 10/13] app/test: differentiate a strerror on different OS X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/97077 _coding style issues_ WARNING:STATIC_CONST_CHAR_ARRAY: const array should probably be static const #91: FILE: app/test/test_errno.c:32: + const char expected_libc_retval[] = "Unknown error"; total: 0 errors, 1 warnings, 54 lines checked