automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw44408 [13/21] net/atlantic: MAC address manipulations
       [not found] <1536333719-32155-14-git-send-email-igor.russkikh@aquantia.com>
@ 2018-09-07 15:24 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2018-09-07 15:24 UTC (permalink / raw)
  To: test-report; +Cc: Igor Russkikh

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

_coding style issues_


WARNING:LONG_LINE: line over 90 characters
#74: FILE: drivers/net/atlantic/atl_ethdev.c:897:
+		l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | (mac_addr[4] << 8) | mac_addr[5];

ERROR:POINTER_LOCATION: "(foo*)" should be "(foo *)"
#98: FILE: drivers/net/atlantic/atl_ethdev.c:921:
+	return atl_update_mac_addr(dev, index, (u8*)mac_addr, TRUE);

ERROR:SPACING: spaces required around that '=' (ctx:WxV)
#128: FILE: drivers/net/atlantic/atl_ethdev.c:951:
+	for (i =0; i < AQ_HW_MULTICAST_ADDRESS_MAX - HW_ATL_B0_MAC_MIN; i++) {
 	       ^

WARNING:LONG_LINE: line over 90 characters
#134: FILE: drivers/net/atlantic/atl_ethdev.c:957:
+			l = (mac_addr[2] << 24) | (mac_addr[3] << 16) | (mac_addr[4] << 8) | mac_addr[5];

total: 2 errors, 2 warnings, 0 checks, 119 lines checked

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

only message in thread, other threads:[~2018-09-07 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1536333719-32155-14-git-send-email-igor.russkikh@aquantia.com>
2018-09-07 15:24 ` [dpdk-test-report] |WARNING| pw44408 [13/21] net/atlantic: MAC address manipulations 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).