[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH] xen/event: address violations of MISRA C:2012 Rules 8.2 and 8.3
- To: Federico Serafini <federico.serafini@xxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Wed, 26 Jul 2023 11:02:51 +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=lEgJCvBymPbM8CXAwgiZMX6SziJJAZib21PsajGtb6Y=; b=gdD4kJoqnUSoT5MYca9paLYIH+DvuD2cWZwvLtT58eqDQVG69PYZL8fekQ7WSzBYPwSCwqhnwYrS9ISohIUrgO2RLsfOOzUeYYMgpeBonvs2YNCEWw10ndBv2NvE+Xdn94fBXRQP1XV70UU8epZQk03IKVyOD1JBoWvZ2eYsZGxhigDFaBbzhPI3ApE1psDiwCPwBxD5RBAUVqnQT0NTImA8EkRcfBgmhpK1s7heEoEwin4h7zywP+Vz+/tg16eXI/hF1h0z93Csx8I5Fk6ni4dNharqNtmst0QXh4e9kJLZ0doISmQLO1Bex4AA1OoWmlka2F5GooO9pnLT4ANPgQ==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=bexB1pbBE3rJPmhOoXoH+sL4taVqVrsZ+NKGPXWrPf1k1ZxUh90qhWHHLlFiAg6f2QEz5AWCqTrYvAOk+Fs9aFpIANjvcCa+w4tNEoYEiKPUhM4uqmz7zfL9qFfuuk5zthr/7fejkvl+96y6pozq2k04SA31QSGyxZqBmSbhaguQqdCSAMaa4wCbs/7jfBHtZs0aMySa8bO2cPVp4MwWzhD9JAV4j8J8RCO/srZyr3bUwKiD6J/WiV94TNzyI3Gz+J7SRwwzFO7lx7xPSAC6IhpdknOyPBqZp3NWHroxIVt80DtVxoIpJc3ONJVNcjwaBosqXzByMDzv9r6V974Pcw==
- 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>, George Dunlap <george.dunlap@xxxxxxxxxx>, Julien Grall <julien@xxxxxxx>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Wed, 26 Jul 2023 09:02:59 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 26.07.2023 10:27, Federico Serafini wrote:
> Give a name to unnamed parameters thus addressing violations of
> MISRA C:2012 Rule 8.2 ("Function types shall be in prototype form with
> named parameters").
> Keep consistency between parameter names and types used in function
> declarations and the ones used in the corresponding function
> definitions, thus addressing violations of MISRA C:2012 Rule 8.3
> ("All declarations of an object or function shall use the same names
> and type qualifiers").
>
> No functional changes.
>
> Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|