[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <56128398.8070908@sandisk.com>
Date: Mon, 5 Oct 2015 07:05:12 -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 1/2] scsi: move Additional Sense Codes to separate file
On 10/05/15 02:26, Rasmus Villemoes wrote:
> - {0x041A, "Logical unit not ready, start stop unit command in "
> - "progress"},
> - {0x041B, "Logical unit not ready, sanitize in progress"},
> - {0x041C, "Logical unit not ready, additional power use not yet "
> - "granted"},
Please convert these multi-line strings into single line string
constants such that users can look up these easily with grep.
> +
> +SENSE_CODE(0, NULL)
The above looks confusing to me. Please leave this out and add { 0, NULL
} at the end of the additional[] array instead.
Thanks,
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