soc: qcom: Correct the module description for llcc-orchid

Correct the module description for llcc orchid driver.

Change-Id: Iba3ab53913e8f2be6953de2a06fc92e5700d3f62
Signed-off-by: Shadab Naseem <snaseem@codeaurora.org>
This commit is contained in:
Shadab Naseem 2020-10-28 12:27:15 +05:30
parent 3fc748c6c4
commit 1023930383

View File

@ -84,5 +84,5 @@ static struct platform_driver orchid_qcom_llcc_driver = {
};
module_platform_driver(orchid_qcom_llcc_driver);
MODULE_DESCRIPTION("QCOM orchid LLCC driver");
MODULE_DESCRIPTION("QTI orchid LLCC driver");
MODULE_LICENSE("GPL v2");