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.