[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: Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, "xen-devel@xxxxxxxxxxxxxxxxxxxx" <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: Stewart Hildebrand <stewart.hildebrand@xxxxxxx>
- Date: Tue, 5 Dec 2023 10:58:30 -0500
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=epam.com smtp.mailfrom=amd.com; dmarc=pass (p=quarantine sp=quarantine pct=100) action=none header.from=amd.com; dkim=none (message not signed); arc=none (0)
- 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=A6Qv2sumMp0z0+JOdOass0gdxmxpJDwIOQMq0mZfz7I=; b=Qx5jV2V5nUYphWilV/7AePDhr4i8/VuXsVvoAUUa4JEOZbLqELmEmzdJxHMNi7Y+7YciSKedVyFo2Xmd1BrPbpaIURb6FRlj9RaLHBzssGByVH3crkZZ9vGYu5BLXI8NP61Izsu94378v9Rc8Khg6KC5LF5e5QpVbOS6O+iBsoD/3uMDd0bnRzk6Jyvjo5yfO0WaJDN6QTnIWDChsye+FwVLFXP+ILilZ1lXa/+24FL4lQxe+htHKDXKcCGbo8asBL8lo59ODLiDOhThrUX+hVbiDXZ+3lANQWJTFMBT+JuKDGRmiTcAkh3cjmfOgk+aaFGT0Dd+ge9lN93J/M7HHg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=jsDWTFxDxEpnsvbZsOw6hT+9PASCp+8Vfj2bAtK5I2cfRh/r7wfCf2+P6XBTWgOPsh8nKzaiJBFLG2AOz9FnknU+/1n9MWtfD4d0lsmyu8reehIyxwfxHicimVGfItfXdXftXdhuqNRdlqIZaQafhLlAlsijxCKj7/NszW7gqRDqt7WZ10h8JiYtsgiBTkQkeWoILIZ3h3xBHvJU6wjAMA459OZg/eNZikVa3OJsaHQ7riRTNOSyN9qgGh7XOkQ7tzR8fmBf3syNcYp3w+m4Wfb0nkl50RU5TbZSBlnUHbIE63vaqkN4Cg06u+trXk5Yl210DEeGi0BrvMEh+f3RDw==
- Cc: Roger Pau Monné <roger.pau@xxxxxxxxxx>
- Delivery-date: Tue, 05 Dec 2023 15:58:49 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12/1/23 20:27, Volodymyr Babchuk wrote:
> Introduce "fail" label in init_bars() function to have the centralized
The name was correct at the time of submission, but since then, init_bars() was
renamed to init_header() in staging
> 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: The scissors line should be tree dashes, not two
|