From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 2413B1B676; Tue, 3 Apr 2018 08:37:24 +0200 (CEST) In-Reply-To: <20180403063553.19852-1-ilovethull@163.com> References: <20180403063553.19852-1-ilovethull@163.com> To: test-report@dpdk.org Cc: "Zhao, Bing" Message-Id: <20180403063724.2413B1B676@dpdk.org> Date: Tue, 3 Apr 2018 08:37:24 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw36909 [PATCH pktgen] Fix the "rte_memcpy" compiling on aarch64 platform 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, 03 Apr 2018 06:37:24 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/36909 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #16: The "rte_memcpy" will be a macro but not a function on aarch64 platform if the flags are not enabled (latest version). In old versions, it will always be a macro to memcpy. ERROR:SPACING: space required before the open parenthesis '(' #51: FILE: app/cli-functions.c:918: + for(i = 0; i < cnt; i++) ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #54: FILE: app/cli-functions.c:921: + } + else { ERROR:SPACING: space required before the open parenthesis '(' #55: FILE: app/cli-functions.c:922: + for(i = 0; i < cnt; i++) total: 3 errors, 1 warnings, 28 lines checked