> + 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@xxxxxx>
> + 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@xxxxxx>