> + 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 <[email protected]>
> + 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 <[email protected]>