[PATCH 2/2] block/sed-opal: allocate struct opal_dev dynamically
Christoph Hellwig
hch at lst.de
Fri Feb 17 01:11:39 PST 2017
On Fri, Feb 17, 2017 at 09:58:27AM +0100, Johannes Thumshirn wrote:
> On 02/16/2017 09:10 PM, Christoph Hellwig wrote:
> > -enum opal_response_token {
> > - OPAL_DTA_TOKENID_BYTESTRING = 0xe0,
> > - OPAL_DTA_TOKENID_SINT = 0xe1,
> > - OPAL_DTA_TOKENID_UINT = 0xe2,
> > - OPAL_DTA_TOKENID_TOKEN = 0xe3, /* actual token is returned */
> > - OPAL_DTA_TOKENID_INVALID = 0X0
>
> Nit, here's a capital 'X' that slipped in
I just moved the existing definition around 1:1.
More information about the Linux-nvme
mailing list