From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4B7D346DDA for ; Tue, 26 Aug 2025 03:16:45 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 46E3E40156; Tue, 26 Aug 2025 03:16:45 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9048840156 for ; Tue, 26 Aug 2025 03:16:43 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0636E123FF9; Tue, 26 Aug 2025 03:14:16 +0200 (CEST) Subject: |WARNING| pw156163 [PATCH] net/netvsc: cache device parameters for hot plug events In-Reply-To: <1756170959-19822-1-git-send-email-longli@linuxonhyperv.com> References: <1756170959-19822-1-git-send-email-longli@linuxonhyperv.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: longli@linuxonhyperv.com Message-Id: <20250826011417.0636E123FF9@dpdk.org> Date: Tue, 26 Aug 2025 03:14:16 +0200 (CEST) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org 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