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 4A0F442C3E for ; Tue, 6 Jun 2023 10:20:53 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 3E0C842D48; Tue, 6 Jun 2023 10:20:53 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 07CA142D17 for ; Tue, 6 Jun 2023 10:20:52 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 030F412077C; Tue, 6 Jun 2023 10:20:52 +0200 (CEST) Subject: |WARNING| pw128174 [PATCH v5 10/26] vhost: add IOTLB cache entry removal callback In-Reply-To: <20230606081852.71003-11-maxime.coquelin@redhat.com> References: <20230606081852.71003-11-maxime.coquelin@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Maxime Coquelin Message-Id: <20230606082052.030F412077C@dpdk.org> Date: Tue, 6 Jun 2023 10:20:52 +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/128174 _coding style issues_ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (8, 0) #134: FILE: lib/vhost/vhost.h:89: for (iter = val; iter < num; iter++) [...] +typedef void (*vhost_iotlb_remove_notify)(uint64_t addr, uint64_t off, uint64_t size); total: 0 errors, 1 warnings, 49 lines checked