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 716C145BB3 for ; Wed, 23 Oct 2024 17:17:48 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 6EB6E42DE9; Wed, 23 Oct 2024 17:17:48 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0F3D2402DF for ; Wed, 23 Oct 2024 17:17:41 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 098DA123105; Wed, 23 Oct 2024 17:17:41 +0200 (CEST) Subject: |WARNING| pw146966 [PATCH 4/6] vhost: refactor VDUSE reconnection log mapping In-Reply-To: <20241023151552.2863387-5-maxime.coquelin@redhat.com> References: <20241023151552.2863387-5-maxime.coquelin@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maxime Coquelin Message-Id: <20241023151741.098DA123105@dpdk.org> Date: Wed, 23 Oct 2024 17:17:41 +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/146966 _coding style issues_ WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'? #127: FILE: lib/vhost/vduse.c:491: + fd = open(reco_file, O_CREAT | O_EXCL | O_RDWR, 0600); WARNING:LONG_LINE: line length of 106 exceeds 100 columns #149: FILE: lib/vhost/vduse.c:513: + VHOST_CONFIG_LOG(dev_name, ERR, "Missing reconnect file (%s)", reco_file); total: 0 errors, 2 warnings, 184 lines checked