From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from frasgout.his.huawei.com (frasgout.his.huawei.com [185.176.79.56]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 9D1331494CC; Wed, 11 Dec 2024 16:26:26 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=185.176.79.56 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733934388; cv=none; b=P//ejn8/Guibnze70VHea+qQ0+5nAr3F2bXCqcuAH4HjMofg0uUrLh4XTNylEZzk5i+AbbV2AQPSnIMduHmtb0iB+siT1tQF9+0VYZ6l6NNCSXhJp0qyKtkQPgRGj9svmgsWaFiLti7sBX3PWtLI38C4f6A3edCJfdg0Z9zNXG4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1733934388; c=relaxed/simple; bh=TjwtmRyuULJ+JNo0a8DdJRb63bWXAawkuH/n7S56JmY=; h=Date:From:To:CC:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=pBbfHMLixMIwzptUdX/maSfn0X6PhnrRNfYsJZFpJr8wh7SsgdraOULS++Z1HTJ/j6U9t7xL1Axos7OoT7aJp/vIUdP5/gLP6LeIfIkSnzaKfQ19fzTNTq/da2auJRTWUSyzP/yGmWPkrecJcI/iD74AEpa8Et2kgRtaCr6Dzr0= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com; spf=pass smtp.mailfrom=huawei.com; arc=none smtp.client-ip=185.176.79.56 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=huawei.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=huawei.com Received: from mail.maildlp.com (unknown [172.18.186.31]) by frasgout.his.huawei.com (SkyGuard) with ESMTP id 4Y7gpd74z5z6GC4d; Thu, 12 Dec 2024 00:21:45 +0800 (CST) Received: from frapeml500008.china.huawei.com (unknown [7.182.85.71]) by mail.maildlp.com (Postfix) with ESMTPS id D01F21400C9; Thu, 12 Dec 2024 00:26:23 +0800 (CST) Received: from localhost (10.48.145.145) by frapeml500008.china.huawei.com (7.182.85.71) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id 15.1.2507.39; Wed, 11 Dec 2024 17:26:23 +0100 Date: Wed, 11 Dec 2024 16:26:21 +0000 From: Jonathan Cameron To: Ilpo =?ISO-8859-1?Q?J=E4rvinen?= CC: , Bjorn Helgaas , "Mahesh J Salgaonkar" , Oliver O'Halloran , Lukas Wunner , Krzysztof =?UTF-8?Q?Wilczy=C5=84ski?= , , Subject: Re: [PATCH v6 3/8] PCI: Make pcie_read_tlp_log() signature same Message-ID: <20241211162621.00007e61@huawei.com> In-Reply-To: <20240913143632.5277-4-ilpo.jarvinen@linux.intel.com> References: <20240913143632.5277-1-ilpo.jarvinen@linux.intel.com> <20240913143632.5277-4-ilpo.jarvinen@linux.intel.com> X-Mailer: Claws Mail 4.3.0 (GTK 3.24.42; x86_64-w64-mingw32) Precedence: bulk X-Mailing-List: linux-pci@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Content-Transfer-Encoding: quoted-printable X-ClientProxiedBy: lhrpeml500001.china.huawei.com (7.191.163.213) To frapeml500008.china.huawei.com (7.182.85.71) On Fri, 13 Sep 2024 17:36:27 +0300 Ilpo J=E4rvinen wrote: > pcie_read_tlp_log()'s prototype and function signature diverged due to > changes made while applying. >=20 > Make the parameters of pcie_read_tlp_log() named identically. >=20 > Signed-off-by: Ilpo J=E4rvinen Good to clean this up. Reviewed-by: Jonathan Cameron