|WARNING| pw123388 [RFC v2 02/17] ip_frag: use a dynamic logtype

checkpatch at dpdk.org checkpatch at dpdk.org
Wed Feb 8 00:07:07 CET 2023


Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/123388

_coding style issues_


ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#277: 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)
#277: 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:195:
+				    "ipv6_frag_pkt: %p, key: <" IPv6_KEY_BYTES_FMT ", %#x>, "
 				                           ^

ERROR:SPACING: spaces required around that '<' (ctx:WxV)
#277: 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)
#277: 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)
#277: 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)
#278: 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)
#278: 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:196:
+				    "total_size: %u, frag_size: %u, last_idx: %u
"
 				                              ^

ERROR:SPACING: need consistent spacing around '%' (ctx:WxV)
#278: 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:196:
+				    "total_size: %u, frag_size: %u, last_idx: %u
"
 				                                            ^

ERROR:SPACING: need consistent spacing around '%' (ctx:WxV)
#278: 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)
#279: 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:197:
+				    "first fragment: ofs: %u, len: %u
"
 				                        ^

ERROR:SPACING: need consistent spacing around '%' (ctx:WxV)
#279: 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:197:
+				    "first fragment: ofs: %u, len: %u
"
 				                                 ^

ERROR:SPACING: need consistent spacing around '%' (ctx:WxV)
#279: FILE: lib/ip_frag/ip_frag_internal.c:197:
+				    "first fragment: ofs: %u, len: %u
"
 				                                   ^

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#280: FILE: lib/ip_frag/ip_frag_internal.c:198:
+				    "last fragment: ofs: %u, len: %u
",
 				                  ^

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#280: FILE: lib/ip_frag/ip_frag_internal.c:198:
+				    "last fragment: ofs: %u, len: %u
",
 				                       ^

ERROR:SPACING: need consistent spacing around '%' (ctx:WxV)
#280: FILE: lib/ip_frag/ip_frag_internal.c:198:
+				    "last fragment: ofs: %u, len: %u
",
 				                         ^

ERROR:SPACING: spaces required around that ':' (ctx:VxW)
#280: FILE: lib/ip_frag/ip_frag_internal.c:198:
+				    "last fragment: ofs: %u, len: %u
",
 				                                ^

ERROR:SPACING: need consistent spacing around '%' (ctx:WxV)
#280: FILE: lib/ip_frag/ip_frag_internal.c:198:
+				    "last fragment: ofs: %u, len: %u
",
 				                                  ^

ERROR:SPACING: space required after that ',' (ctx:VxV)
#545: FILE: lib/ip_frag/rte_ipv6_reassembly.c:210:
+		    mb,tbl, tbl->max_entries, tbl->use_entries,
 		      ^

total: 23 errors, 0 warnings, 415 lines checked


More information about the test-report mailing list