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 A9527A2EDB for ; Mon, 30 Sep 2019 15:46:43 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id A29AA4C93; Mon, 30 Sep 2019 15:46:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 9B60B58C4; Mon, 30 Sep 2019 15:46:42 +0200 (CEST) In-Reply-To: <389732a67827393a53af416ca94081e80b041e29.1569850827.git.cloud.wangxiaoyun@huawei.com> References: <389732a67827393a53af416ca94081e80b041e29.1569850827.git.cloud.wangxiaoyun@huawei.com> To: test-report@dpdk.org Cc: Xiaoyun wang Message-Id: <20190930134642.9B60B58C4@dpdk.org> Date: Mon, 30 Sep 2019 15:46:42 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw60188 [PATCH v3 01/19] net/hinic/base: add mbox command channel for SRIOV 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/60188 _coding style issues_ CHECK:MACRO_ARG_REUSE: Macro argument reuse 'func_to_func' - possible side-effects? #300: FILE: drivers/net/hinic/base/hinic_pmd_mbox.c:134: +#define MBOX_MSG_ID_INC(func_to_func) (MBOX_MSG_ID(func_to_func) = \ + (MBOX_MSG_ID(func_to_func) + 1) & MBOX_MSG_ID_MASK) total: 0 errors, 0 warnings, 1 checks, 1132 lines checked