Re: [PATCH 1/3] scsi: ufs: ufs-qcom: add fixup_dev_quirks vops
From: Bart Van Assche
Date: Tue Aug 20 2024 - 17:32:31 EST
On 8/20/24 5:37 AM, Manish Pandey wrote:
+static struct ufs_dev_quirk ufs_qcom_dev_fixups[] = {
+ /* add UFS device specific quirks */
+ {}
+};
Please change the comment into /* UFS device-specific quirks */ and move
it above the array definition. I think that's the style followed by
kernel code.
Thanks,
Bart.