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 E2884A0C41 for ; Fri, 16 Apr 2021 19:35:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 07748161C7A; Fri, 16 Apr 2021 19:35:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C7177161B98 for ; Fri, 16 Apr 2021 19:35:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C0BF9121E57; Fri, 16 Apr 2021 19:35:50 +0200 (CEST) In-Reply-To: <1618594501-23795-6-git-send-email-jizh@linux.microsoft.com> References: <1618594501-23795-6-git-send-email-jizh@linux.microsoft.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Jie Zhou Message-Id: <20210416173550.C0BF9121E57@dpdk.org> Date: Fri, 16 Apr 2021 19:35:50 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw91672 [PATCH v4 5/9] app/testpmd: add clock_gettime_monotonic 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/91672 _coding style issues_ WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon #75: FILE: app/test-pmd/config.c:67: +#define _clock_gettime_monotonic(cur_time) clock_gettime_monotonic(&cur_time); WARNING:TRAILING_SEMICOLON: macros should not use a trailing semicolon #77: FILE: app/test-pmd/config.c:69: +#define _clock_gettime_monotonic(cur_time) clock_gettime(CLOCK_TYPE_ID, &cur_time); total: 0 errors, 2 warnings, 57 lines checked