Received: by 2002:a05:6a10:22f:0:0:0:0 with SMTP id 15csp1623843pxk; Fri, 18 Sep 2020 18:59:29 -0700 (PDT) X-Google-Smtp-Source: ABdhPJy+3H9A/qlTszWBhDMGafP5F4p3xxokpo5VNCCuUjZuIXdvYwlr8cSTKHaDFYHxrU6oWAv+ X-Received: by 2002:a17:906:7c82:: with SMTP id w2mr38173611ejo.87.1600480768858; Fri, 18 Sep 2020 18:59:28 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1600480768; cv=none; d=google.com; s=arc-20160816; b=zpKyrjIkhnRHO3sMq+tYTuU/B4qnA3RKyjGRB2B+VgAqkEG2tqPWi2hALILmJvfFNV jm+CdoFquf3QiAtK84+pjPOrxUdlHi6GcEl7CV2mGVSJDwDMIPJ3UArvjBhoZRqwwPwc BErz3JaNpY/EB7wsEgGhXJfVD+Ax+hq0lnc2rYNrDor/a+WWc9OErCkn1Vj4PkHu2I9h LdZK88DrHzf+RLxRwGvmGPR6Atd9PypIjjHub0aYyJZ+7RFnZow4ETy0Ihgkj/0Cf7rG mlOdx3Zntvp1N7VMBHokBMT+SLgZx56kq6v4Ga9O560Hz3iDhOZb/H6kOMHZtQ/RlNhJ m4yA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:content-language :in-reply-to:mime-version:user-agent:date:message-id:from:references :cc:to:subject; bh=Rnuw87uq5cKcI29fuB5pjZtZ8rf+9aBLgYSbotpVWWY=; b=W8w3HahHoMBpfp9H+8Ru9A6jNN+98l3VW33zytcmZnraYI+o1m/evK7JQu3csgnBOz hBYd4EM7U9bjuzQy34cWqHnXwi8sDA72uD7RDU67hwzb3X1LgXb0KgEdhAv5hw5CQKG7 fUWfnBW1Xsrf25c/UivzRD9MVY+GCUornBvXZz694sc5i0zOpV9JOf4iDLxRzqoo/er6 YnVFDD19ahRNJz8B9/1XZ/vfSA2XKwlsoQZQAGekcom2WtbNwu96U6sDB2ViZGijAqgB 6G/65IAwtHec8Cj1uL72NQDdqkWE/70t7xlTOPw5PgOUsViSy/5ELqdIX1PBHaqgm3/u MCDg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id r21si3237753ejs.399.2020.09.18.18.59.05; Fri, 18 Sep 2020 18:59:28 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726222AbgISB4z (ORCPT + 99 others); Fri, 18 Sep 2020 21:56:55 -0400 Received: from szxga06-in.huawei.com ([45.249.212.32]:53600 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726112AbgISB4z (ORCPT ); Fri, 18 Sep 2020 21:56:55 -0400 Received: from DGGEMS414-HUB.china.huawei.com (unknown [172.30.72.60]) by Forcepoint Email with ESMTP id 0AB9E612F0CFAB66B981; Sat, 19 Sep 2020 09:56:52 +0800 (CST) Received: from [10.174.185.226] (10.174.185.226) by DGGEMS414-HUB.china.huawei.com (10.3.19.214) with Microsoft SMTP Server id 14.3.487.0; Sat, 19 Sep 2020 09:56:43 +0800 Subject: Re: [PATCH 1/2] vfio/pci: Remove redundant declaration of vfio_pci_driver To: Alex Williamson CC: , , , References: <20200917033128.872-1-yuzenghui@huawei.com> <20200917162240.037a1913@x1.home> From: Zenghui Yu Message-ID: Date: Sat, 19 Sep 2020 09:56:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.9.0 MIME-Version: 1.0 In-Reply-To: <20200917162240.037a1913@x1.home> Content-Type: text/plain; charset="utf-8"; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-Originating-IP: [10.174.185.226] X-CFilter-Loop: Reflected Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 2020/9/18 6:22, Alex Williamson wrote: > On Thu, 17 Sep 2020 11:31:27 +0800 > Zenghui Yu wrote: > >> It was added by commit 137e5531351d ("vfio/pci: Add sriov_configure >> support") and actually unnecessary. Remove it. > > Looks correct, but I might clarify as: > > s/unnecessary/duplicates a forward declaration earlier in the file/ > > I can change on commit if you approve. Thanks, Indeed. Please help to change it. Thanks, Zenghui