[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56128527.1000703@sandisk.com>
Date: Mon, 5 Oct 2015 07:11:51 -0700
From: Bart Van Assche <bart.vanassche@...disk.com>
To: Rasmus Villemoes <linux@...musvillemoes.dk>,
Christoph Hellwig <hch@...radead.org>,
Hannes Reinecke <hare@...e.de>,
"James E.J. Bottomley" <JBottomley@...n.com>
CC: <linux-scsi@...r.kernel.org>, <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH 2/2] scsi: reduce CONFIG_SCSI_CONSTANTS=y impact by 8k
On 10/05/15 02:26, Rasmus Villemoes wrote:
> struct error_info {
> unsigned short code12; /* 0x0302 looks better than 0x03,0x02 */
> - const char * text;
> + unsigned short size;
> };
Had you considered to use the type uint16_t instead of unsigned short ?
Bart.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists