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 BB3DDA04B7 for ; Mon, 11 Nov 2019 20:29:41 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id B35DE237; Mon, 11 Nov 2019 20:29:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 7ACCA2142; Mon, 11 Nov 2019 20:29:40 +0100 (CET) In-Reply-To: <20191111192803.24703-1-stephen@networkplumber.org> References: <20191111192803.24703-1-stephen@networkplumber.org> To: test-report@dpdk.org Cc: Stephen Hemminger Message-Id: <20191111192940.7ACCA2142@dpdk.org> Date: Mon, 11 Nov 2019 20:29:40 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62853 [RFC] use Gcc/Clang fallthrough attribute 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/62853 _coding style issues_ ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #955: FILE: lib/librte_eal/common/include/rte_common.h:89: +#define __rte_fallthrough __attribute__ ((fallthrough)) ERROR:TRAILING_WHITESPACE: trailing whitespace #956: FILE: lib/librte_eal/common/include/rte_common.h:90: +^I$ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #967: FILE: lib/librte_eal/common/include/rte_common.h:749: + case 'G': case 'g': size *= 1024; __rte_fallthrough; ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #968: FILE: lib/librte_eal/common/include/rte_common.h:750: + case 'M': case 'm': size *= 1024; __rte_fallthrough; ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #969: FILE: lib/librte_eal/common/include/rte_common.h:751: + case 'K': case 'k': size *= 1024; __rte_fallthrough; ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 6 errors, 0 warnings, 789 lines checked