|WARNING| pw156163 [PATCH] net/netvsc: cache device parameters for hot plug events

checkpatch at dpdk.org checkpatch at dpdk.org
Tue Aug 26 03:14:16 CEST 2025


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

_coding style issues_


WARNING:STRNCPY: Prefer strscpy, strscpy_pad, or __nonstring over strncpy - see: https://github.com/KSPP/linux/issues/90
#205: FILE: drivers/net/netvsc/hn_ethdev.c:1469:
+		strncpy(cache->name, da->name, sizeof(da->name));

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


More information about the test-report mailing list