[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 5/7] include/public: Use uint32_t instead of unsigned (int)
- To: Michal Orzel <michal.orzel@xxxxxxx>
- From: Jan Beulich <jbeulich@xxxxxxxx>
- Date: Mon, 27 Jun 2022 15:24:15 +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=yXY/RvvLeX38EgZncQfxe9NgQsrTPq1js01SnIFooeA=; b=A2ARYscB88S3h5NQMH/SCYEzrTHyKp0ZYVhBBCSa3fQUADtKygOfVtZbLdszkYm+CJCh5wuFxcljhu60FwYOBLl0VH/AYSU60AgA6YahXwj1WzLuMYZtf9CfsuptmNOa45cjtoL2yGOIxsZzrR0r84bQROeGl1ICKESDOLCW12tWS8wkx8iIwAZlMbcETQcHXjK+Z1IVspl09wRbGHa44s3Y9nRcUpd+DX7JSqcz9L5YQi9se3vbYnJcDW+39MJaxwz5ub9eXX+EQH1tB5ub4KcCjTbpJMFfiFD2uk0oqb+Pd+q2cqYyPnxv8h6h9gxXGic5pGwDJSTVRpN24o1xxg==
- Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=D7cRKfddbOpC9/RbaOgR65ans69Fvhyv7L7JAckBw3podRhe3N31ANRP+Rn0xOuDQlAeihfWv1rIozlZvQP/gikoDaissCLn4AX1SZow0w3OsL7Rk1NsnIStq5qcUmTXix0YSTDRTfJtKBnihHjf8/fNcSTF3yGmHpHzbnEGMZaMigvvRjh+sCoY1xQsf0i+MEdjHJRd1sxCRbaBv/v7feYcUEaLCZLPHm/CLmt3FRTUI17DiKVrpuZdwzA0Xy0EyPaYxwsATI8Cn372ejl0a4M3ViZe8TcjftbfLL5Vj7O2VGc8pHzoyc1fYZzsa/VdGfVXFhM+zPQj5rhepyJZfA==
- Authentication-results: dkim=none (message not signed) header.d=none;dmarc=none action=none header.from=suse.com;
- Cc: 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: Mon, 27 Jun 2022 13:24:21 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
On 27.06.2022 15:15, Michal Orzel wrote:
> Public interfaces shall make use of types that indicate size and
> signedness. Take the opportunity to also modify places where explicit
> unsigned int is used.
>
> Signed-off-by: Michal Orzel <michal.orzel@xxxxxxx>
Reviewed-by: Jan Beulich <jbeulich@xxxxxxxx>
|