automatic DPDK test reports
 help / color / mirror / Atom feed
* [dpdk-test-report] |WARNING| pw54597 [PATCH 03/29] net/sfc/base: fix shift by more bits than field width
       [not found] <1560152324-20538-4-git-send-email-arybchenko@solarflare.com>
@ 2019-06-13 13:54 ` checkpatch
  0 siblings, 0 replies; only message in thread
From: checkpatch @ 2019-06-13 13:54 UTC (permalink / raw)
  To: test-report; +Cc: Andrew Rybchenko

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

_coding style issues_


CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'sensor_mask[page]'
#44: FILE: drivers/net/sfc/base/mcdi_mon.c:76:
+		if (~(sensor_mask[page]) &
+		    (1U << (sensor % (sizeof (sensor_mask[page]) * 8))))

WARNING:SPACING: space prohibited between function name and open parenthesis '('
#45: FILE: drivers/net/sfc/base/mcdi_mon.c:77:
+		    (1U << (sensor % (sizeof (sensor_mask[page]) * 8))))

total: 0 errors, 1 warnings, 1 checks, 9 lines checked

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

only message in thread, other threads:[~2019-06-13 13:54 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <1560152324-20538-4-git-send-email-arybchenko@solarflare.com>
2019-06-13 13:54 ` [dpdk-test-report] |WARNING| pw54597 [PATCH 03/29] net/sfc/base: fix shift by more bits than field width 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).