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 7EF16459AC for ; Mon, 16 Sep 2024 11:55:10 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 78BA040DFB; Mon, 16 Sep 2024 11:55:10 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 177D140DFB for ; Mon, 16 Sep 2024 11:55:09 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id EF341121D10; Mon, 16 Sep 2024 11:55:08 +0200 (CEST) Subject: |WARNING| pw144073 [PATCH v2] net/sxe: add net driver sxe again In-Reply-To: <20240916095426.1206-1-liujie5@linkdatatechnology.com> References: <20240916095426.1206-1-liujie5@linkdatatechnology.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Liu Message-Id: <20240916095508.EF341121D10@dpdk.org> Date: Mon, 16 Sep 2024 11:55:08 +0200 (CEST) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/144073 _coding style issues_ CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #158: FILE: drivers/net/sxe/pf/sxe_filter.c:85: + LOG_DEBUG("default mac addr = "MAC_FMT" ", addr[0], addr[1], addr[2], ERROR:SPACING: space required after that ',' (ctx:VxV) #230: FILE: drivers/net/sxe/pf/sxe_filter.c:408: + addr[3],addr[4], addr[5]); ^ WARNING:BRACES: braces {} are not necessary for any arm of this statement #521: FILE: drivers/net/sxe/sxe_testpmd.c:163: + if (strcmp(res->action, "on") == 0) { [...] + } else { [...] CHECK:BRACES: Blank lines aren't necessary before a close brace '}' #527: FILE: drivers/net/sxe/sxe_testpmd.c:169: + +} total: 1 errors, 1 warnings, 2 checks, 509 lines checked Warning in drivers/net/sxe/sxe_testpmd.c: Writing to stdout or stderr