automatic DPDK test reports
 help / color / mirror / Atom feed
* |WARNING| pw113253 [PATCH v2] net: fix checksum with unaligned buffer
       [not found] <20220622134451.20100-1-mb@smartsharesystems.com>
@ 2022-06-22 13:46 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-06-22 13:46 UTC (permalink / raw)
  To: test-report; +Cc: Morten Brørup

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

_coding style issues_


WARNING:TYPO_SPELLING: 'Futhermore' may be misspelled - perhaps 'Furthermore'?
#61: 
separately. Futhermore, the calculated checksum of the buffer is byte

WARNING:BRACES: braces {} are not necessary for single statement blocks
#118: FILE: lib/net/rte_ip.h:195:
+	if (unlikely(unaligned)) {
+		bsum = (bsum & 0xFF00FF00) >> 8 | (bsum & 0x00FF00FF) << 8;
 	}

total: 0 errors, 2 warnings, 46 lines checked

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-06-22 13:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20220622134451.20100-1-mb@smartsharesystems.com>
2022-06-22 13:46 ` |WARNING| pw113253 [PATCH v2] net: fix checksum with unaligned buffer checkpatch

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).