From: Lee Jones <lee@kernel.org>
To: tzungbi@kernel.org
Cc: chrome-platform@lists.linux.dev, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] mfd: cros_ec: update module description
Date: Thu, 22 Aug 2024 11:06:39 +0100 [thread overview]
Message-ID: <20240822100639.GF6858@google.com> (raw)
In-Reply-To: <20240819102342.5265-1-tzungbi@kernel.org>
On Mon, 19 Aug 2024, tzungbi@kernel.org wrote:
> From: Tzung-Bi Shih <tzungbi@kernel.org>
>
> 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>
> ---
> 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..8a22bd31a707 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 MFD
> *
> * 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 MFD");
Please drop the term MFD - there is no such thing.
> MODULE_VERSION("1.0");
> MODULE_LICENSE("GPL");
> --
> 2.43.0
>
--
Lee Jones [李琼斯]
prev parent reply other threads:[~2024-08-22 10:06 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-19 10:23 [PATCH] mfd: cros_ec: update module description tzungbi
2024-08-22 10:06 ` Lee Jones [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240822100639.GF6858@google.com \
--to=lee@kernel.org \
--cc=chrome-platform@lists.linux.dev \
--cc=linux-kernel@vger.kernel.org \
--cc=tzungbi@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.