From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 3FB4EA04AF for ; Fri, 21 Aug 2020 19:12:44 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 39B0D2BE2; Fri, 21 Aug 2020 19:12:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 158B62BAA; Fri, 21 Aug 2020 19:12:43 +0200 (CEST) In-Reply-To: <20200821171017.50531-4-bruce.richardson@intel.com> References: <20200821171017.50531-4-bruce.richardson@intel.com> To: test-report@dpdk.org Cc: Bruce Richardson Message-Id: <20200821171243.158B62BAA@dpdk.org> Date: Fri, 21 Aug 2020 19:12:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw75847 [PATCH v2 3/4] examples/mp_server: fix snprintf overflow 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: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/75847 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #70: main.c:77:37: warning: ‘__builtin___snprintf_chk’ output truncated before the last format character [-Wformat-truncation=] WARNING:TYPO_SPELLING: 'formating' may be misspelled - perhaps 'formatting'? #76: address formating function from rte_ether.h. total: 0 errors, 2 warnings, 32 lines checked