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.