* |WARNING| pw108782 [PATCH v2] gro: fix gro for UDP fragmented packets
[not found] <20220320101232.34438-1-kumaraparamesh92@gmail.com>
@ 2022-03-20 10:13 ` checkpatch
2022-03-20 11:38 ` |SUCCESS| " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-03-20 10:13 UTC (permalink / raw)
To: test-report; +Cc: Kumara Parameshwaran
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/108782
_coding style issues_
ERROR:TRAILING_WHITESPACE: trailing whitespace
#127: FILE: lib/gro/rte_gro.c:248:
+^I^I^Iconst struct rte_ipv4_hdr *ip4h = rte_pktmbuf_read(pkts[i], pkts[i]->l2_len, sizeof(*ip4h), $
WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#127: FILE: lib/gro/rte_gro.c:248:
+ const struct rte_ipv4_hdr *ip4h = rte_pktmbuf_read(pkts[i], pkts[i]->l2_len, sizeof(*ip4h),
WARNING:LONG_LINE: line length of 116 exceeds 100 columns
#128: FILE: lib/gro/rte_gro.c:249:
+ &ip4h_copy);
WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#157: FILE: lib/gro/rte_gro.c:378:
+ const struct rte_ipv4_hdr *ip4h = rte_pktmbuf_read(pkts[i], pkts[i]->l2_len, sizeof(*ip4h),
WARNING:LONG_LINE: line length of 108 exceeds 100 columns
#158: FILE: lib/gro/rte_gro.c:379:
+ &ip4h_copy);
total: 1 errors, 4 warnings, 61 lines checked
^ permalink raw reply [flat|nested] 2+ messages in thread