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 818A3A0C43 for ; Fri, 8 Oct 2021 19:45:38 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 7D61C4014F; Fri, 8 Oct 2021 19:45:38 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 7D75540143 for ; Fri, 8 Oct 2021 19:45:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 7860D120E00; Fri, 8 Oct 2021 19:45:37 +0200 (CEST) In-Reply-To: <20211009015349.9694-8-eagostini@nvidia.com> References: <20211009015349.9694-8-eagostini@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Message-Id: <20211008174537.7860D120E00@dpdk.org> Date: Fri, 8 Oct 2021 19:45:37 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw100836 [PATCH v3 7/9] gpudev: add communication flag 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/100836 _coding style issues_ ERROR:OPEN_BRACE: that open brace { should be on the previous line #167: FILE: app/test-gpudev/main.c:180: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #167: FILE: app/test-gpudev/main.c:180: + if(ret < 0) ERROR:OPEN_BRACE: that open brace { should be on the previous line #175: FILE: app/test-gpudev/main.c:188: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #175: FILE: app/test-gpudev/main.c:188: + if(ret < 0) ERROR:OPEN_BRACE: that open brace { should be on the previous line #182: FILE: app/test-gpudev/main.c:195: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #182: FILE: app/test-gpudev/main.c:195: + if(ret < 0) WARNING:LONG_LINE: line length of 122 exceeds 100 columns #188: FILE: app/test-gpudev/main.c:201: + printf("Communication flag value at 0x%p was set to %d and current value is %d ", devflag.ptr, set_val, get_val); ERROR:OPEN_BRACE: that open brace { should be on the previous line #192: FILE: app/test-gpudev/main.c:205: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #192: FILE: app/test-gpudev/main.c:205: + if(ret < 0) ERROR:OPEN_BRACE: that open brace { should be on the previous line #199: FILE: app/test-gpudev/main.c:212: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #199: FILE: app/test-gpudev/main.c:212: + if(ret < 0) WARNING:LONG_LINE: line length of 122 exceeds 100 columns #205: FILE: app/test-gpudev/main.c:218: + printf("Communication flag value at 0x%p was set to %d and current value is %d ", devflag.ptr, set_val, get_val); ERROR:OPEN_BRACE: that open brace { should be on the previous line #208: FILE: app/test-gpudev/main.c:221: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #208: FILE: app/test-gpudev/main.c:221: + if(ret < 0) ERROR:OPEN_BRACE: that open brace { should be on the previous line #306: FILE: lib/gpudev/gpudev.c:672: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #306: FILE: lib/gpudev/gpudev.c:672: + if(ret < 0) ERROR:OPEN_BRACE: that open brace { should be on the previous line #329: FILE: lib/gpudev/gpudev.c:695: + if(ret < 0) + { ERROR:SPACING: space required before the open parenthesis '(' #329: FILE: lib/gpudev/gpudev.c:695: + if(ret < 0) total: 16 errors, 2 warnings, 340 lines checked