[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 10/12] xen: Adjust break/fallthrough statements
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Mon, 23 Feb 2026 10:02:57 +0100
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass (sender ip is 165.204.84.17) smtp.rcpttodomain=citrix.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=arcselector10001; 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=Mj+BfBn6GbWqGU5a2/q4jw/ngVvX580fXa9Cwon3VkM=; b=SYG+D6LqzKHXYwEXXOFdKjN5KHw5jRmO7RYTxCqMTdZVwJy4WtFiDOL3jkwajjoWSksMbziJv42s0RG5Hk1F0pG/OjO40rdDmNt9YtF4fikvRcBA0r29BScnDpHLYhbjkaKBy2GtwPjDH9IrWmavXibKnxxFUEbSgwkud2zjijCZfotf0aPzDQo5iZEKn1kooyTDQoGicJpwQ/Ja2IunpIAVSaVnvHeR7XzoDLLGtenUwDfTYOiJVdZGopBFVueSd/mIu6ycU6gddelwF/o+N+3FZEpaNdla6Drkpc6Fyxmtx0zzyrGb7ggSndPSNTAqhecFglzJcJrI7I353K/L7w==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=Kj+U6CYMwkxj0KoegJuzhGrr0UESWNumVriiSaZSkzHGTX4lQAKlzxcQIN+JYtucqo+6hu+SqavFs+VF/F1oUdjZsVTPXurrInZlBmGWS3voG4qbl7SyQqQECwi7Z+1vF3hgMWROCKebB6Lt2TixG2tjlhQ9DnoAs25zWH2eOozrlZd/uTJ1PfwtEY7EAKKkmD+yxGkDRg/X7XJ1rL6InrN3RaQDgJF0xhT3q0SggWCVYP3po6xeaveuU+VulxzBf8icsrPi74cB32KNcI1vNogr7kPeEQFcjzfWaG4M7AaN6YXUSwFeqjDpJd/81mocCC9wzUPC/wQASCfFloRD/Q==
- Cc: Jan Beulich <JBeulich@xxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Volodymyr Babchuk <Volodymyr_Babchuk@xxxxxxxx>, Bertrand Marquis <bertrand.marquis@xxxxxxx>, "consulting @ bugseng . com" <consulting@xxxxxxxxxxx>, Nicola Vetrini <nicola.vetrini@xxxxxxxxxxx>
- Delivery-date: Mon, 23 Feb 2026 09:03:10 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20/02/2026 22:46, Andrew Cooper wrote:
> sh_destroy_shadow() has a spelling of fallthrough which doesn't match the
> permitted pattern. Convert it to a real fallthrough (psedo)keyword.
>
> Elsewhere, insert breaks at the end of the default statements.
>
> No functional change.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|