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 EA2D745BC0 for ; Thu, 24 Oct 2024 11:45:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E6B3E433FA; Thu, 24 Oct 2024 11:45:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 71F544003C for ; Thu, 24 Oct 2024 11:45:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 6B833123108; Thu, 24 Oct 2024 11:45:51 +0200 (CEST) Subject: |WARNING| pw147090 [PATCH v3 4/6] vhost: refactor VDUSE reconnection log mapping In-Reply-To: <20241024094406.3826637-5-maxime.coquelin@redhat.com> References: <20241024094406.3826637-5-maxime.coquelin@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maxime Coquelin Message-Id: <20241024094551.6B833123108@dpdk.org> Date: Thu, 24 Oct 2024 11:45:51 +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/147090 _coding style issues_ WARNING:TYPO_SPELLING: 'CREAT' may be misspelled - perhaps 'CREATE'? #126: 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 #148: FILE: lib/vhost/vduse.c:513: + VHOST_CONFIG_LOG(dev_name, ERR, "Missing reconnect file (%s)", reco_file); total: 0 errors, 2 warnings, 185 lines checked