[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v11 06/17] vpci/header: rework exit path in init_bars
- To: Jan Beulich <jbeulich@xxxxxxxx>
- From: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>
- Date: Tue, 5 Dec 2023 00:53:38 +0000
- Accept-language: en-US
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=epam.com; dmarc=pass action=none header.from=epam.com; dkim=pass header.d=epam.com; arc=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-AntiSpam-MessageData-ChunkCount:X-MS-Exchange-AntiSpam-MessageData-0:X-MS-Exchange-AntiSpam-MessageData-1; bh=F1xsGQ4MYPeDidDh8+TUu5AzjMyGCZLqUrfdEoBS1h4=; b=TbupHye1UL/GqA+1vmAOC8GU3wtt0PkbIedaRjZDLI2xqZDz2AyLAO0CTQQ6tbCFHJLhP2XOxh1E/6SbOVAv16dkFSjmjs9s1DZWesQ14KSkjPutC4P+RNdYOv5U3UL2fHdwNlTjVhACgluzI/mur5v2dsO5YGrbBPmZ9LTaFBAMlVikSaSzbDDz4OGkdpA3fRNmY+4od7NhaUuxZaK+kmbjyymxRL1GZsI3xZmxO24uyXAmPDJLIQsoWonAeGMaaMHIBX+f6582rQxe5pP/FCXdztIx2Bh+OKhpX9LaW6tJxkH8S3eqL2VkDNFxjpqhNHMPGxJNxRL/P2kSAiRXRQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=QNpfeyJyqlbPIWd8IBDNLXAFEVOOCBUKe5xLCcij5mggJEOnbc/WJHLlJR8wIvNwaBScyQoSBRK8Q4a4CwrPBdREI1IR5V7WsPumzYt57u4wZi4XeuwnqqrIsZ8/tDJOhZ5CnCp9xmZxSnlXD6atV6xFddm7spD65Lzstp1llF3VMX7JPepz1pYEn5o11Zx3WqcSVQG8SChW5kPL7sZfxgv5o02eTy8WdzPILoVPHvuKnqGkIlRxOCb8cR4nirkY434NlGyF/KMDqAITvzy19ToTq7p6JSxP3ZTE1Ae/RFRlyIzRV+nqDjCamcQ+KRLF7jOUNwtVbIjDEWjCKIzrKQ==
- Cc: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- Delivery-date: Tue, 05 Dec 2023 00:53:47 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
- Thread-index: AQHaJL6n1kPp1+DEXkyG3DA4rY4zlLCYzt6AgAESXIA=
- Thread-topic: [PATCH v11 06/17] vpci/header: rework exit path in init_bars
Hello Jan,
Jan Beulich <jbeulich@xxxxxxxx> writes:
> On 02.12.2023 02:27, Volodymyr Babchuk wrote:
>> Introduce "fail" label in init_bars() function to have the centralized
>> error return path. This is the pre-requirement for the future changes
>> in this function.
>>
>> This patch does not introduce functional changes.
>>
>> Signed-off-by: Volodymyr Babchuk <volodymyr_babchuk@xxxxxxxx>
>> Suggested-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
>> Acked-by: Roger Pau Monné <roger.pau@xxxxxxxxxx>
>
> Nit: Tags in chronological order please.
Just to be clarify, it should be
Suggested-by
Signed-off-by
Acked-by
Correct?
--
WBR, Volodymyr
|