[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 04/12] xen/treewide: Adjust parameter names and types
- To: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxxx>
- From: "Orzel, Michal" <michal.orzel@xxxxxxx>
- Date: Mon, 23 Feb 2026 09:58:12 +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=N0sUhXZr66Tr7ijbuuAeshFgTkO/onTkAvF/bb2gMCg=; b=TdOLerFCEQBlRYVDVMmzvH2NeX2CjdkdOaxuh4K7MEvn9cTdqzdcyreGG6v35qm+CxpZf4bYMJSyi655NnXwyWWbwCyWlhbQV4W2pgWnl2Dy4aXtpP2BN84Giv2EhAJF1ZGtI2wqj04j8BsOlKFAhFTfd/xvqj1njKoMNlXlmAeeHSux5JSAgAVqxH7h/7pMhWfE7OCnxImp4xQe5fNoyYX/4xdtrMpV0ql7E7MZd315fj5PQPxRAQ+a7bS1HP74odEvtIx4A6wzJ/ffJ4p++kz2sXW9jTf8bIbSjrzvkbwrG18jygS7Efswy1vx/S5NOo2T9Hm6x82nuUn5NeHdwA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector10001; d=microsoft.com; cv=none; b=BZ7KfFVgBhiKfFwU3BwFCmZl0VHdJpJxg17RehyUHPJ/DtiYK8ulIqcf+OJoECA5fpzaiGd26fB8+wMIwKzlQDhzp3cINYi8cmjwuHatKC3l12R9Gjv9XweoUoM9Bn2ZiIFeOJtgZitLRElqf0LObh+OgS0gvg0vHaqmwM12o/JUu3SZFaAZkHTDb8093nRx8vgz5pEKhGpSoiRkhOTnlJv/EGiH7SIh1I5YikfIJ9sK9idIWWBFhip5iPf2+mpltrl51EHV5R59/L43GCP6GaivBdLFMxvRr4QMQGlskht9JQtQCVEGPIvYNZl4mQktN0x+j7Zb1WgUAGru10L8nw==
- 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 08:58:25 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 20/02/2026 22:46, Andrew Cooper wrote:
> MISRA Rule 8.2 says that parameters must all have names. Rule 8.3 says that
> the names and types must match between declaration and definition.
>
> No functional change.
>
> Signed-off-by: Andrew Cooper <andrew.cooper3@xxxxxxxxxx>
Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx>
~Michal
|