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 9840541C37 for ; Wed, 8 Feb 2023 05:49:21 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9084240EE1; Wed, 8 Feb 2023 05:49:21 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5642D40E6E for ; Wed, 8 Feb 2023 05:49:20 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 53815121E50; Wed, 8 Feb 2023 05:49:20 +0100 (CET) Subject: |WARNING| pw123419 [PATCH 1/5] ip_frag: use a dynamic logtype In-Reply-To: <20230208044825.1682620-2-stephen@networkplumber.org> References: <20230208044825.1682620-2-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20230208044920.53815121E50@dpdk.org> Date: Wed, 8 Feb 2023 05:49:20 +0100 (CET) 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/123419 _coding style issues_ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #276: FILE: lib/ip_frag/ip_frag_internal.c:195: + "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #276: FILE: lib/ip_frag/ip_frag_internal.c:195: + "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #276: FILE: lib/ip_frag/ip_frag_internal.c:195: + "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, " ^ ERROR:SPACING: spaces required around that '<' (ctx:WxV) #276: FILE: lib/ip_frag/ip_frag_internal.c:195: + "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #276: FILE: lib/ip_frag/ip_frag_internal.c:195: + "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, " ^ ERROR:SPACING: spaces required around that '>' (ctx:VxO) #276: FILE: lib/ip_frag/ip_frag_internal.c:195: + "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #277: FILE: lib/ip_frag/ip_frag_internal.c:196: + "total_size: %u, frag_size: %u, last_idx: %u " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #277: FILE: lib/ip_frag/ip_frag_internal.c:196: + "total_size: %u, frag_size: %u, last_idx: %u " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #277: FILE: lib/ip_frag/ip_frag_internal.c:196: + "total_size: %u, frag_size: %u, last_idx: %u " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #277: FILE: lib/ip_frag/ip_frag_internal.c:196: + "total_size: %u, frag_size: %u, last_idx: %u " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #277: FILE: lib/ip_frag/ip_frag_internal.c:196: + "total_size: %u, frag_size: %u, last_idx: %u " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #277: FILE: lib/ip_frag/ip_frag_internal.c:196: + "total_size: %u, frag_size: %u, last_idx: %u " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #278: FILE: lib/ip_frag/ip_frag_internal.c:197: + "first fragment: ofs: %u, len: %u " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #278: FILE: lib/ip_frag/ip_frag_internal.c:197: + "first fragment: ofs: %u, len: %u " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #278: FILE: lib/ip_frag/ip_frag_internal.c:197: + "first fragment: ofs: %u, len: %u " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #278: FILE: lib/ip_frag/ip_frag_internal.c:197: + "first fragment: ofs: %u, len: %u " ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #278: FILE: lib/ip_frag/ip_frag_internal.c:197: + "first fragment: ofs: %u, len: %u " ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #279: FILE: lib/ip_frag/ip_frag_internal.c:198: + "last fragment: ofs: %u, len: %u ", ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #279: FILE: lib/ip_frag/ip_frag_internal.c:198: + "last fragment: ofs: %u, len: %u ", ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #279: FILE: lib/ip_frag/ip_frag_internal.c:198: + "last fragment: ofs: %u, len: %u ", ^ ERROR:SPACING: spaces required around that ':' (ctx:VxW) #279: FILE: lib/ip_frag/ip_frag_internal.c:198: + "last fragment: ofs: %u, len: %u ", ^ ERROR:SPACING: need consistent spacing around '%' (ctx:WxV) #279: FILE: lib/ip_frag/ip_frag_internal.c:198: + "last fragment: ofs: %u, len: %u ", ^ total: 22 errors, 0 warnings, 415 lines checked