Re: [PATCH v38 3/4] scsi: ufs: Prepare HPB read for cached sub-region

From: Bart Van Assche
Date: Wed Jun 23 2021 - 14:17:12 EST


On 6/16/21 12:09 AM, Daejun Park wrote:
> + if (blk_rq_is_scsi(cmd->request) ||
> + (!ufshpb_is_write_or_discard(cmd) &&
> + !ufshpb_is_read_cmd(cmd)))
> + return;

If this patch series is reposted, please fix the indentation of
"!ufshpb_is_read_cmd(cmd)".

Thanks,

Bart.