[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [XEN PATCH v6 7/7] x86/efi: address violations of MISRA C:2012 Rule 7.2
- To: Simone Ballarin <simone.ballarin@xxxxxxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Tue, 12 Sep 2023 18:08:24 +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=3BtOKa/wYHyWODKAu1fzKVLhgekzmC21fWU2hag2CYE=; b=nPd3AgFT5sN2zIRVUVhandO9tfomRKpwqRPPUMcG69sfZvu8VIBEzbsEvvOYVhmrkG/JK+XEixUtwLT0qvguTvkILMzuq+CgC3Nhm0CE2lWTW3XzbPgcUSB09s95oyDN0r0FJsDve0Y7px2JnlpFqmvkLKdYKA55aiOKAk2Wb1tFUx/47gmpapOMdnINca+LscXa0bhKpYQnNdiI4lQgS6yX4bOqgrqS/snRMuMwslMJ5xg6jhaZdhkoW1MmmnD52M2jTHw5rKWjC7HtNZzxjy10/LrQ+BCS5liyMahu5ApD1A4bQEgFq+BlOwLMPQr0PvQHdM4jrB2eOO8+vkJcmA==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=ZDx2VZJNNdAoOjaELPRc5mO14RqTq5pJeBH0cZGliC01Hxi9peShhKy77WjLKe1msPl2wElPlAod/PqcLOfxqL7m0sGWSuTQBVb87HKKJmib/BY/liDSJMHLXMrMm+88ZxB5csEhyt6998M/EvWSJWBH0SEHXu2/6OdNNAPqUGDxL5/AFhIEAniRMxlEp/rfj9ecPH+A9ubfdhRp1yFvqz8Wh4To6PzgPUJofuk/uB+cvOFpsWiH3PcXsT+wMpMEDBYWRqneGgBUrpVoat50XkjhAPMS0+tPIYQZuy8DQ2qT1XyDlXtjpFNETjp41XOuXyQ7o3Q1PeV+C2XqEGwIaw==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: consulting@xxxxxxxxxxx, sstabellini@xxxxxxxxxx, Andrew Cooper <andrew.cooper3@xxxxxxxxxx>, Roger Pau Monné <roger.pau@xxxxxxxxxx>, Wei Liu <wl@xxxxxxx>, Gianluca Luparini <gianluca.luparini@xxxxxxxxxxx>, xen-devel@xxxxxxxxxxxxxxxxxxxx
- Delivery-date: Tue, 12 Sep 2023 16:09:03 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 12.09.2023 17:39, Simone Ballarin wrote:
> The xen sources contains violations of MISRA C:2012 Rule 7.2 whose
> headline states:
> "A 'u' or 'U' suffix shall be applied to all integer constants
> that are represented in an unsigned type".
>
> Addi the 'U' suffix to integers literals with unsigned type.
>
> Signed-off-by: Simone Ballarin <simone.ballarin@xxxxxxxxxxx>
> Signed-off-by: Gianluca Luparini <gianluca.luparini@xxxxxxxxxxx>
Acked-by: Jan Beulich <jbeulich@xxxxxxxx>
|