> + 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 <h...@lst.de>
> + 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 <h...@lst.de>