* [dpdk-test-report] |WARNING| pw32074 [PATCH] net/failsafe: add Rx interrupts
[not found] <1512996107-9331-1-git-send-email-motih@mellanox.com>
@ 2017-12-11 12:43 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2017-12-11 12:43 UTC (permalink / raw)
To: test-report; +Cc: Moti H
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/32074
_coding style issues_
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'sdev == NULL'
#491: FILE: drivers/net/failsafe/failsafe_intr.c:368:
+ if ((sdev == NULL) || (ETH(sdev) == NULL) ||
+ (sdev->fs_dev == NULL) || (PRIV(sdev->fs_dev) == NULL)) {
CHECK:UNNECESSARY_PARENTHESES: Unnecessary parentheses around 'sdev->fs_dev == NULL'
#491: FILE: drivers/net/failsafe/failsafe_intr.c:368:
+ if ((sdev == NULL) || (ETH(sdev) == NULL) ||
+ (sdev->fs_dev == NULL) || (PRIV(sdev->fs_dev) == NULL)) {
total: 0 errors, 0 warnings, 2 checks, 771 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-12-11 12:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <1512996107-9331-1-git-send-email-motih@mellanox.com>
2017-12-11 12:43 ` [dpdk-test-report] |WARNING| pw32074 [PATCH] net/failsafe: add Rx interrupts 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).