drivers/mfd/cros_ec_dev.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
The module description can be backtracked to commit e7c256fbfb15
("platform/chrome: Add Chrome OS EC userspace device interface").
The description became out-of-date after a bunch of changes. E.g.:
- 5668bfdd90cd ("platform/chrome: cros_ec_dev - Register cros-ec sensors").
- ea01a31b9058 ("cros_ec: Split cros_ec_devs module").
- 5e0115581bbc ("cros_ec: Move cros_ec_dev module to drivers/mfd").
Update the description.
Signed-off-by: Tzung-Bi Shih <tzungbi@kernel.org>
---
Changes from v1:
- Drop the term "MFD".
drivers/mfd/cros_ec_dev.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/mfd/cros_ec_dev.c b/drivers/mfd/cros_ec_dev.c
index 55b30076763b..f3dc812b359f 100644
--- a/drivers/mfd/cros_ec_dev.c
+++ b/drivers/mfd/cros_ec_dev.c
@@ -1,6 +1,6 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
- * cros_ec_dev - expose the Chrome OS Embedded Controller to user-space
+ * ChromeOS Embedded Controller
*
* Copyright (C) 2014 Google, Inc.
*/
@@ -377,6 +377,6 @@ module_init(cros_ec_dev_init);
module_exit(cros_ec_dev_exit);
MODULE_AUTHOR("Bill Richardson <wfrichar@chromium.org>");
-MODULE_DESCRIPTION("Userspace interface to the Chrome OS Embedded Controller");
+MODULE_DESCRIPTION("ChromeOS Embedded Controller");
MODULE_VERSION("1.0");
MODULE_LICENSE("GPL");
--
2.43.0
On Thu, 22 Aug 2024 20:15:39 +0800, Tzung-Bi Shih wrote:
> The module description can be backtracked to commit e7c256fbfb15
> ("platform/chrome: Add Chrome OS EC userspace device interface").
>
> The description became out-of-date after a bunch of changes. E.g.:
> - 5668bfdd90cd ("platform/chrome: cros_ec_dev - Register cros-ec sensors").
> - ea01a31b9058 ("cros_ec: Split cros_ec_devs module").
> - 5e0115581bbc ("cros_ec: Move cros_ec_dev module to drivers/mfd").
>
> [...]
Applied, thanks!
[1/1] mfd: cros_ec: update module description
commit: 630d7615539ac09a62feb9b1944b04eb65ff3e70
--
Lee Jones [李琼斯]
© 2016 - 2026 Red Hat, Inc.