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=ham 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 37623C433DB for ; Tue, 2 Feb 2021 17:25:13 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EDD9D64F90 for ; Tue, 2 Feb 2021 17:25:12 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236884AbhBBRZH (ORCPT ); Tue, 2 Feb 2021 12:25:07 -0500 Received: from us-smtp-delivery-124.mimecast.com ([216.205.24.124]:41971 "EHLO us-smtp-delivery-124.mimecast.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S237480AbhBBRWy (ORCPT ); Tue, 2 Feb 2021 12:22:54 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1612286489; 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=H/qoZi5ZLpNi2QThemswfpUvtVoBJ7tH1NpERx5PkV8=; b=cdLuCEMWGF6gDNxe3vumzzX4ew9ZEBbAvsEs+ivwnQDHQJ7v/l2Z8nlwEraLh6veacE49x fExIKelQZxMvOVC7l+03XrY+XD82tVnk2541LV2x7XAifa+wVnCcqpWU2DloUGAt2q6H8P 4wuxLPttQmPJ6fz8gM00lo8/RSgmLRY= 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-117-mMjaC4ANP4y79ga8-2WOSA-1; Tue, 02 Feb 2021 12:21:25 -0500 X-MC-Unique: mMjaC4ANP4y79ga8-2WOSA-1 Received: from smtp.corp.redhat.com (int-mx08.intmail.prod.int.phx2.redhat.com [10.5.11.23]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx01.redhat.com (Postfix) with ESMTPS id B4F4C81621; Tue, 2 Feb 2021 17:21:22 +0000 (UTC) Received: from omen.home.shazbot.org (ovpn-112-255.phx2.redhat.com [10.3.112.255]) by smtp.corp.redhat.com (Postfix) with ESMTP id 6E1A319C71; Tue, 2 Feb 2021 17:21:21 +0000 (UTC) Date: Tue, 2 Feb 2021 10:21:21 -0700 From: Alex Williamson To: Cornelia Huck Cc: Max Gurtovoy , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH 5/9] vfio-pci/zdev: remove unused vdev argument Message-ID: <20210202102121.66cd39a2@omen.home.shazbot.org> In-Reply-To: <20210202085755.3e06184e.cohuck@redhat.com> References: <20210201162828.5938-1-mgurtovoy@nvidia.com> <20210201162828.5938-6-mgurtovoy@nvidia.com> <20210202085755.3e06184e.cohuck@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.84 on 10.5.11.23 Precedence: bulk List-ID: X-Mailing-List: kvm@vger.kernel.org On Tue, 2 Feb 2021 08:57:55 +0100 Cornelia Huck wrote: > 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 Applied 5&6 to vfio next branch for v5.12 w/ Matt and Connie's R-b and trivial fix above. Thanks, Alex