[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH] x86/mce: Address violations of MISRA C:2012 Rules 8.2 and 8.3
- To: Federico Serafini <federico.serafini@xxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 7 Aug 2023 11:37:38 +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=UAju/AGE2GUSoIQ1i7AYhQoyBPXYjqks3hDukTUZrBs=; b=cRad9Bn7hn5umaUQQlDe3cBf3BDrzkg6qwhNo2y43PjW5Mst9nOuhgtv0iGXEq2TAeQ3jJ4RIV26T/GNzOkvL5/IkJB/zDGFGU46efn043JrcFHLQTazrL42g7G/7cnVRqQDAZThOzL6WMGepMByaWGe9sWtBhbRSYMUzlENLYx6F2hqZfc/Eawo19tBeVwbRgwF6Z/R1k482nZhh2HL162LH6N61FS6I3t49YxWbx9fGfaT4nZssjOF92wl08QZR2nZri1D0WtEyIMSqGq3OgYs0l+S9u2AD36hJ0RMqa8gG22SH92V7p//UTYe3jr+5VGi66rMtGM6lf+4HIrRyg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=hvk03PJeY9/ZjAIGvb9ny+u8UoYqFZXZo/Z6q6y+pCA+CH13kAZyIFkt4CUJahlPfk+R/wXF9VlHurhWggBIKPshiYrfPNse+OpTJXvTq2sE6TY/E1+akuOX9fGyEv9/AroiIdaztQTqINU91drYQyL0XCebeCaGLkVwikxNSa5ostvzZTY6ayTySq0UcwUrXKWvdKI/fZ7m5W5FX67MXsGw0Fn5HBCwJ5SCydpBtixkbO6ylJdmsWpSnfLQ8nh+7ABRA5q7a47kBYyZrY0DSDeptChmN2jO7DQVfvMiMS6duGyN0dNl8YjBZ29blCfnuk1/1x+FEhV4gR2J13bBdQ==
- 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>, Stefano Stabellini <sstabellini@xxxxxxxxxx>, Michal Orzel <michal.orzel@xxxxxxx>, Xenia Ragiadakou <xenia.ragiadakou@xxxxxxx>, Ayan Kumar Halder <ayan.kumar.halder@xxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Mon, 07 Aug 2023 09:37:51 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 07.08.2023 11:23, Federico Serafini wrote:
> Give a name to unnamed parameters to address violations of
> MISRA C:2012 Rule 8.2 ("Function types shall be in prototype form with
> named parameters").
> Keep consistency between parameter 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 change.
>
> Signed-off-by: Federico Serafini <federico.serafini@xxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|