[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1] tools: convert bitfields to unsigned type
- To: Juergen Gross <jgross@xxxxxxxx>
- From: Olaf Hering <olaf@xxxxxxxxx>
- Date: Mon, 8 May 2023 12:00:38 +0200
- Arc-authentication-results: i=1; strato.com; arc=none; dkim=none
- Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; t=1683540053; s=strato-dkim-0002; d=strato.com; h=References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date:Cc:Date: From:Subject:Sender; bh=aZByrSjFH0yqleLqhT4Rj8ItPXbhzHGznL0O1xXh5es=; b=DmgxL+VoKlAXTEoz6y2lQYGA4g2J3O7ktfXsHjrrBNWz68WB/1tGxSIWZlhw12OZZ9 uglZvxX7rxSVGJug9Lc6dukDqeNuozpd4JliNRcrEEr/i2JU9gL7jQdtHcARnNL2oc0m 929hKAzm6jiDypqnmJGk6CHuoppzMwa74DAZXxRTblPEOlToa+918CTBUFFFcvcGCFvT xzBMoYl7CuvJvm5RhSCfJ3mSZ+42F8pJ+FIQyIjhJM47Grani1eM9J+sIZTW8JWrorAF 8wGppusiVfhs8il0XTEKzP2u14WkI67ravE4c9VWUi2yg1MnMmPtL6cmPZlFAq1JKBsP J2/A==
- Arc-seal: i=1; a=rsa-sha256; t=1683540053; cv=none; d=strato.com; s=strato-dkim-0002; b=C8RfRDt9q8ZIHNKnF/GJYgSvQ3FPjV6nUWGp+BeLTCzZMWxLTD6uEKsvGxVwyzYr// ll0H1DEmJQlaR1s/HK4j5XRQOwuGgN0C1JwKX4wEbrdUTk+u2DsbITSCxalUh1G9AFzi LKVzCmJP2ZyUbNnCOG0W+aKBXCyQdRlTs7zh+ZzwF5mZ/Bw4hhfA5fMmY6hRu2bEvW4G Flo9pp1jvY8x9faf45+9A8mPpSLYaOjOwpnD2gwW8r0O+VLbx5pyEZ+buRiFbuL8+j7f cSWXrEWARbJRW8n3IEn8wj2fr9EZDiMmph5ZNxL9SjjCHm6l89vrl4jqqCv278SWd9Rq 8daQ==
- Cc: xen-devel@xxxxxxxxxxxxxxxxxxxx, Wei Liu <wl@xxxxxxx>, Anthony PERARD <anthony.perard@xxxxxxxxxx>, George Dunlap <george.dunlap@xxxxxxxxxx>
- Delivery-date: Mon, 08 May 2023 10:01:16 +0000
- List-id: Xen developer discussion <xen-devel.lists.xenproject.org>
Mon, 8 May 2023 11:06:11 +0200 Juergen Gross <jgross@xxxxxxxx>:
> > - int short_summary_done:1, prealloc_unpin:1, wrmap_bf:1;
> > + unsigned short_summary_done:1, prealloc_unpin:1, wrmap_bf:1;
> Please use "unsigned int" instead of a pure "unsigned".
The entire file uses just 'unsigned' for bitfields.
Olaf
Attachment:
pgpyZnxN3Czpn.pgp
Description: Digitale Signatur von OpenPGP
|