From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 606171B7E7; Tue, 24 Oct 2017 14:36:43 +0200 (CEST) In-Reply-To: <1508848533-180885-1-git-send-email-motih@mellanox.com> References: <1508848533-180885-1-git-send-email-motih@mellanox.com> To: test-report@dpdk.org Cc: Moti H Message-Id: <20171024123643.606171B7E7@dpdk.org> Date: Tue, 24 Oct 2017 14:36:43 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw30785 [PATCH v1] net/mlx4: fix missing initializers for old GCC 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: Tue, 24 Oct 2017 12:36:43 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/30785 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (16, 25) #37: FILE: drivers/net/mlx4/mlx4_rxq.c:420: + } else { + wq_num = 0; /* Shut up GCC 4.8 warnings. */ total: 0 errors, 1 warnings, 0 checks, 8 lines checked