On 6/12/23 19:22, Lu Hongfei wrote:
+ /* The range of values for wb_flush_threshold is (0,10] */ + if (wb_flush_threshold > UFS_WB_BUF_REMAIN_PERCENT(100) || + wb_flush_threshold == 0) {
For future patches, please align split lines as is done elsewhere in the kernel. This means aligning "wb_flush_threshold == 0" with "wb_flush_threshold > ...". Anyway:
Reviewed-by: Bart Van Assche <bvanassche@xxxxxxx>