From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-16.1 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS, URIBL_BLOCKED autolearn=unavailable autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2BEB6C433E6 for ; Tue, 2 Feb 2021 07:59:56 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id D16D564EFF for ; Tue, 2 Feb 2021 07:59:55 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231601AbhBBH7m (ORCPT ); Tue, 2 Feb 2021 02:59:42 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:30490 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231494AbhBBH7l (ORCPT ); Tue, 2 Feb 2021 02:59:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612252695; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=RSs+hI92LA+WjDbN8bdyYyPQ3riB041flC5bDy3Nc0E=; b=ZPBYW7fdH1dJvERxQOJEAEd6EiigMcz0cFu9wH2dZQzLpMDV/d8OODVVrN91TkGk5v7fDR Zuhu4b6oAIUla2uj9erBmXG5jvSuGelPEeYSgXVRM6buCM1qe9/qhJCZIwgDbWgKtyImVc weHkniopk0z+xafvwRDgkOmqvavCJe8= Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com [209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-327-OpISDnU8NjOlwL1voug-oQ-1; Tue, 02 Feb 2021 02:58:07 -0500 X-MC-Unique: OpISDnU8NjOlwL1voug-oQ-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id 4858B107ACE3; Tue, 2 Feb 2021 07:58:05 +0000 (UTC) Received: from gondolin (ovpn-113-169.ams2.redhat.com [10.36.113.169]) by smtp.corp.redhat.com (Postfix) with ESMTP id F058060BE5; Tue, 2 Feb 2021 07:57:57 +0000 (UTC) Date: Tue, 2 Feb 2021 08:57:55 +0100 From: Cornelia Huck To: Max Gurtovoy Cc: , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 5/9] vfio-pci/zdev: remove unused vdev argument Message-ID: <20210202085755.3e06184e.cohuck@redhat.com> In-Reply-To: <20210201162828.5938-6-mgurtovoy@nvidia.com> References: <20210201162828.5938-1-mgurtovoy@nvidia.com> <20210201162828.5938-6-mgurtovoy@nvidia.com> Organization: Red Hat GmbH MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.79 on 10.5.11.12 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Mon, 1 Feb 2021 16:28:24 +0000 Max Gurtovoy wrote: > Zdev static functions does not use vdev argument. Remove it. s/does not use/do not use the/ > > Signed-off-by: Max Gurtovoy > --- > drivers/vfio/pci/vfio_pci_zdev.c | 20 ++++++++------------ > 1 file changed, 8 insertions(+), 12 deletions(-) Reviewed-by: Cornelia Huck