[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1518624228.3147.4.camel@wdc.com>
Date: Wed, 14 Feb 2018 16:03:49 +0000
From: Bart Van Assche <Bart.VanAssche@....com>
To: "chris@...is-wilson.co.uk" <chris@...is-wilson.co.uk>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>,
"tvrtko.ursulin@...el.com" <tvrtko.ursulin@...el.com>,
"jthumshirn@...e.de" <jthumshirn@...e.de>,
"khandual@...ux.vnet.ibm.com" <khandual@...ux.vnet.ibm.com>,
"gregkh@...uxfoundation.org" <gregkh@...uxfoundation.org>,
"axboe@...nel.dk" <axboe@...nel.dk>
Subject: Re: [PATCH] lib/scatterlist: Add SG_CHAIN and SG_EMARK macros for LSB
encodings
On Wed, 2018-02-14 at 10:28 +0530, Anshuman Khandual wrote:
> +#define SG_CHAIN 0x01
> +#define SG_EMARK 0x02
Hello Anshuman,
As you probably know constants that do not have a suffix are of type int. Please
consider to add suffix "UL" to these constants to avoid that the compiler could
take an undesired decision when e.g. converting ~SG_CHAIN from int to unsigned
long.
Thanks,
Bart.
Powered by blists - more mailing lists