Re: [PATCH] scsi: ufs: qcom: add missing MODULE_DESCRIPTION() macro

From: Bart Van Assche
Date: Thu Jun 13 2024 - 12:19:37 EST


On 6/12/24 9:46 PM, Jeff Johnson wrote:
+MODULE_DESCRIPTION("QCOM specific hooks to UFS controller platform driver");
MODULE_LICENSE("GPL v2");

That sounds weird to me. I think we are better of with no module
description than with the above description.

How about the following description?

"Qualcomm UFS host controller driver".

Thanks,

Bart.