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=-6.1 required=3.0 tests=BAYES_00, HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,NICE_REPLY_A,SPF_HELO_NONE, SPF_PASS,USER_AGENT_SANE_1 autolearn=no 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 17DE1C433E6 for ; Sat, 29 Aug 2020 02:05:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id E9B39207DA for ; Sat, 29 Aug 2020 02:05:51 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726395AbgH2CFv (ORCPT ); Fri, 28 Aug 2020 22:05:51 -0400 Received: from szxga07-in.huawei.com ([45.249.212.35]:59020 "EHLO huawei.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1726392AbgH2CFu (ORCPT ); Fri, 28 Aug 2020 22:05:50 -0400 Received: from DGGEMS402-HUB.china.huawei.com (unknown [172.30.72.58]) by Forcepoint Email with ESMTP id 9FE8A17D0484826F4B3E; Sat, 29 Aug 2020 10:05:47 +0800 (CST) Received: from [127.0.0.1] (10.67.103.235) by DGGEMS402-HUB.china.huawei.com (10.3.19.202) with Microsoft SMTP Server id 14.3.487.0; Sat, 29 Aug 2020 10:05:43 +0800 Subject: Re: [PATCH] lspci: Decode 10-Bit Tag Requester Enable To: =?UTF-8?Q?Martin_Mare=c5=a1?= , Bjorn Helgaas References: <1596266480-52789-1-git-send-email-liudongdong3@huawei.com> <20200828164931.GA2161257@bjorn-Precision-5520> CC: From: Dongdong Liu Message-ID: Date: Sat, 29 Aug 2020 10:05:43 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:45.0) Gecko/20100101 Thunderbird/45.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 8bit X-Originating-IP: [10.67.103.235] X-CFilter-Loop: Reflected Sender: linux-pci-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Hi Martin, Bjorn On 2020/8/29 4:56, Martin Mareš wrote: > Hello! > >> And we have a bit of a mess in the names here. There are a bunch of >> "PCI_EXP_DEV2_*" names that would be "PCI_EXP_DEVCTL2_*" if they >> followed the convention. You didn't start that trend, so I'm just >> pointing it out in case you or Martin want to clean it up. When I add >> names I try to use the same name between the Linux kernel source [1] >> and lspci. > > Yes, could you please clean it up? > > Otherwise it's OK. > > Martin Will do in next patch. Thanks, Dongdong. > > . >