From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0C19410D0A; Thu, 22 Dec 2016 08:17:16 +0100 (CET) In-Reply-To: <1482391123-8149-4-git-send-email-yuanhan.liu@linux.intel.com> References: <1482391123-8149-4-git-send-email-yuanhan.liu@linux.intel.com> To: test-report@dpdk.org Cc: Yuanhan Liu Message-Id: <20161222071716.0C19410D0A@dpdk.org> Date: Thu, 22 Dec 2016 08:17:16 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18416 [PATCH 3/3] net/virtio: fix wrong Rx/Tx method for secondary process 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: Thu, 22 Dec 2016 07:17:16 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18416 _coding style issues_ CHECK:BRACES: braces {} should be used on all arms of this statement #69: FILE: drivers/net/virtio/virtio_ethdev.c:1328: + if (hw->use_simple_rxtx) { [...] + } else [...] total: 0 errors, 0 warnings, 1 checks, 12 lines checked