Re: [PATCH v4 09/16] block: sed-opal: split generation of bytestring header and content
From: Christoph Hellwig <hch@infradead.org>
Date: 2019-02-04 14:48:22
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2019-02-04 14:48:22
Also in:
lkml
+ start = &cmd->cmd[cmd->pos]; + return start;
No need for the local start variable here, just return the computed address directly. Otherwise looks good: Reviewed-by: Christoph Hellwig <hch@lst.de>