From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id CB6901C94B; Sat, 12 May 2018 03:51:52 +0200 (CEST) In-Reply-To: <152608988689.121480.1803216148524224780.stgit@localhost.localdomain> References: <152608988689.121480.1803216148524224780.stgit@localhost.localdomain> To: test-report@dpdk.org Cc: Andy Green Message-Id: <20180512015152.CB6901C94B@dpdk.org> Date: Sat, 12 May 2018 03:51:52 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw39895 [PATCH v2 4/4] net/bnx2x: solve overruns 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: Sat, 12 May 2018 01:51:53 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/39895 _coding style issues_ WARNING:LONG_LINE: line over 90 characters #30: FILE: drivers/net/bnx2x/bnx2x.c:173: + snprintf(mz_name, sizeof(mz_name), "bnx2x%d_%s_%" PRIx64, SC_ABS_FUNC(sc), msg, CHECK:CAMELCASE: Avoid CamelCase: #30: FILE: drivers/net/bnx2x/bnx2x.c:173: + snprintf(mz_name, sizeof(mz_name), "bnx2x%d_%s_%" PRIx64, SC_ABS_FUNC(sc), msg, WARNING:LONG_LINE: line over 90 characters #34: FILE: drivers/net/bnx2x/bnx2x.c:176: + snprintf(mz_name, sizeof(mz_name), "bnx2x%d_%s_%" PRIx64, sc->pcie_device, msg, total: 0 errors, 2 warnings, 1 checks, 12 lines checked