[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [XEN PATCH] xen/lib: address violations of MISRA C:2012 Rules 8.2 and 8.3


  • To: Federico Serafini <federico.serafini@xxxxxxxxxxx>
  • From: Jan Beulich <jbeulich@xxxxxxxx>
  • Date: Tue, 1 Aug 2023 15:45:20 +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=RF5UILdxX3+rsRR/QOoKs/cOA02ZmELD24IGI/l96TE=; b=k3rXhs4nuU9+NrDHe3fVbXkH7Mi+dUlusIoeUfXrfEwE6h3qPTa/MNDcWxRRYjxhKR+vNWIDBssC+G6BWWws+hKwyjtTUKWMLvqpV/my89tyzfd5sU9NiT+AMJqOesjgLjeQzdVkG1pVXkhbPHhfcLpTXSN0mH7SwIqQ85xKZprU/Xaw6h6iQUf+t6b4Drks2eYjLe85VKyzV1yhtd4Hu0A9k6i4rb3RbusxHpNuFXWggm4KXa+DY/fsGxZY4PbK+eYy8habiXp0mOgLtd3pBDKmSe4NPPueZ6E6isF8oiCuAtoBn5Tl/lN2ejhR22yzF1m+UuI0xY8wCULc1P6Vsg==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=DW1zceUW/l+lBh25JXeyA4sQO/DzHP9WnDq8V4lFBbY7s81cyEGoLkUt7EeEMk9U9REhW3BFTIEtYgZTBEjDnUpJEiAh3/CeHUsEYeH+1sMHVSCFHB7lplnOfAoZqAVbb24SfJECa17eQwquBONSi50cKJK0s9GYo3oCqkP0KoYY/e2kE5JZ4zU9cTTQr+T5JJWKyEiUTFMFjP31POhzasJ49Pw9Ckams/P2FRuu5SXuF/ArXNi4++XUzsYyM7DxSdE6hj9IGG9Wo7QWaAt9TEoouZHKXH0xxlvJmQ1/MLsJW1ZJbFtPS29HNTkOCSSo7WMvViNHfJvc3+z+06qglg==
  • 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: Tue, 01 Aug 2023 13:45:34 +0000
  • List-id: Xen developer discussion <xen-devel.lists.xenproject.org>

On 01.08.2023 09:05, 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>





 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.