Re: [PATCH v4 2/3] scsi: ufs: Allow platform vendors to set rtt

From: Bart Van Assche
Date: Thu May 16 2024 - 10:12:57 EST


On 5/15/24 23:51, Avri Altman wrote:
Allow platform vendors to take precedence having their own rtt
negotiation mechanism. This makes sense because the host controller's
nortt characteristic may defer among vendors.

defer -> vary?

+ void (*rtt_set)(struct ufs_hba *hba, u8 *desc_buf);

Please change "rtt_set" into "set_rtt" such that the word order matches
the regular word order in the English language.

Thanks,

Bart.