From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id 0F6BA2B9C; Fri, 6 Jan 2017 17:00:52 +0100 (CET) In-Reply-To: References: To: test-report@dpdk.org Cc: "Jyoti, Anand B" Message-Id: <20170106160052.0F6BA2B9C@dpdk.org> Date: Fri, 6 Jan 2017 17:00:52 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw18980 [PATCH] examples/ip_pipeline: check vlan and mpls params 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: Fri, 06 Jan 2017 16:00:52 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/18980 _coding style issues_ ERROR:SPACING: space required before the open parenthesis '(' #69: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:499: + if(data->flags & PIPELINE_ROUTING_ROUTE_QINQ) ERROR:SPACING: space required before the open parenthesis '(' #70: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:500: + if((data->l2.qinq.svlan & 0xF000) || ERROR:SPACING: space required before the open brace '{' #75: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:505: + if(data->flags & PIPELINE_ROUTING_ROUTE_MPLS){ ERROR:SPACING: space required before the open parenthesis '(' #75: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:505: + if(data->flags & PIPELINE_ROUTING_ROUTE_MPLS){ ERROR:SPACING: space required before the open parenthesis '(' #78: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:508: + if(data->l2.mpls.n_labels > ERROR:SPACING: spaces required around that '=' (ctx:WxV) #83: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:513: + for(i =3D 0; i < data->l2.mpls.n_labels; i++) ^ ERROR:SPACING: space required before the open parenthesis '(' #83: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:513: + for(i =3D 0; i < data->l2.mpls.n_labels; i++) ERROR:SPACING: space required before the open parenthesis '(' #84: FILE: examples/ip_pipeline/pipeline/pipeline_routing.c:514: + if(data->l2.mpls.labels[i] & 0xFFF00000) ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 9 errors, 0 warnings, 26 lines checked