[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH] x86: change parameter name in {hap,shadow}_track_dirty_vram()
- To: Federico Serafini <federico.serafini@xxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Fri, 8 Sep 2023 14:02:11 +0200
- Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=suse.com; dmarc=pass action=none header.from=suse.com; dkim=pass header.d=suse.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=QW2v3lRq8nCz2X4VkCus7dvUGo2G6ucmCxIkfLM4lgo=; b=n4iiq2/C1cg26A9ceGX6hwoSLdyLPm3ar6wBdIkcndf+ZPgOmjoKJWHvUXETcX40UDLRXspray+i+suFsO8H/jZKrCsIBxByTd6+HC1jSsGfUNbPf8eTM9mNi/gkGmnlLalTrupNjNMuTp/x/z+LKK5TKCiM28Hz5qab88pkwhNFN3WkGIjoKD5TULHp6zxiarMh5GzpiwuVtfLAt8yVRbnZfKT5/lyqeT+CfQaxMyUwknBqnQMpVI0F0Sj7hzWhz9QeaoG6nG/D6g1Iod3opOsz3nneZJKbw7hklZCtGTMIP2J/pIQGzjsFdIl3E3MjSStioCl+5RPefVVLsDnJyQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=Q1bLOTBmUrD9ljq567J8fQplvuYd4dGsCB4sV0mTGYLxyeR/X7uLDSGHYL8BdOvNoj83MSkeMR4fnhCAzGLQvYsoBhccPil8z0B3yftGH60SV6HtpbFJ12q5XzvWbit4zw70UBPoxkLNVyAIhL3OxYGJyK2g9g2vVW0vWR6V0Mrsh7df5Fteu2WcKf5e3Erj6mujzVlAyTSDBMNBBMwhKLljnmPrG6VUD9idGGfcSx8aGG6hlZpqIC56kvM6rF/sqldGvI41bQJQBiEWNPxT2ynRW2kvongUwQ72XyAXlBmqcm+EjdmBdzjAFHHV1fFjxMxUFp5SdeFPov2kh9baqQ==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: consulting@xxxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Fri, 08 Sep 2023 12:02:45 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 08.09.2023 11:10, Federico Serafini wrote:
> Make function declarations consistent with the corresponding
> definitions to address violations of MISRA C:2012 Rule 8.3.
> No functional change.
>
> Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|