* |WARNING| pw108780 [PATCH v1] gro: fix gro for UDP fragmented packets
[not found] <20220319111829.71676-1-kumaraparamesh92@gmail.com>
@ 2022-03-19 11:20 ` checkpatch
2022-03-19 13:18 ` |SUCCESS| " 0-day Robot
1 sibling, 0 replies; 2+ messages in thread
From: checkpatch @ 2022-03-19 11:20 UTC (permalink / raw)
To: test-report; +Cc: Kumara Parameshwaran
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/108780
_coding style issues_
ERROR:TRAILING_WHITESPACE: trailing whitespace
#124: 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
#124: 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
#125: FILE: lib/gro/rte_gro.c:249:
+ &ip4h_copy);
WARNING:LONG_LINE: line length of 115 exceeds 100 columns
#154: 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
#155: 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