* |WARNING| pw120006 [PATCH 02/11] net/tap: check if name is null
[not found] <20221121204015.1135573-3-okaya@kernel.org>
@ 2022-11-21 20:42 ` checkpatch
0 siblings, 0 replies; only message in thread
From: checkpatch @ 2022-11-21 20:42 UTC (permalink / raw)
To: test-report; +Cc: okaya
Test-Label: checkpatch
Test-Status: WARNING
http://dpdk.org/patch/120006
_coding style issues_
WARNING:BRACES: braces {} are not necessary for single statement blocks
#77: FILE: drivers/net/tap/rte_eth_tap.c:2343:
+ if (!name) {
+ return -1;
+ }
total: 0 errors, 1 warnings, 0 checks, 10 lines checked
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-21 20:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <20221121204015.1135573-3-okaya@kernel.org>
2022-11-21 20:42 ` |WARNING| pw120006 [PATCH 02/11] net/tap: check if name is null 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).