From: Guenter Roeck <linux@roeck-us.net>
To: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Cc: jdelvare@suse.com, linux-hwmon@vger.kernel.org,
linux-kernel@vger.kernel.org, rdunlap@infradead.org
Subject: Re: [PATCH] hwmon: (ftsteutates): Rudimentary typo fixes
Date: Mon, 29 Mar 2021 15:07:48 -0700 [thread overview]
Message-ID: <20210329220748.GA222771@roeck-us.net> (raw)
In-Reply-To: <20210323043438.1321903-1-unixbhaskar@gmail.com>
On Tue, Mar 23, 2021 at 10:04:38AM +0530, Bhaskar Chowdhury wrote:
> s/Temprature/Temperature/
> s/revsion/revision/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
> Acked-by: Randy Dunlap <rdunlap@infradead.org>
Partially applied; a patch fixing the revsion typo was already queued.
Thanks,
Guenter
> ---
> drivers/hwmon/ftsteutates.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> --
> 2.31.0
>
> diff --git a/drivers/hwmon/ftsteutates.c b/drivers/hwmon/ftsteutates.c
> index ef88a156efc2..ceffc76a0c51 100644
> --- a/drivers/hwmon/ftsteutates.c
> +++ b/drivers/hwmon/ftsteutates.c
> @@ -509,7 +509,7 @@ fan_alarm_store(struct device *dev, struct device_attribute *devattr,
> /* SysFS structs */
> /*****************************************************************************/
>
> -/* Temprature sensors */
> +/* Temperature sensors */
> static SENSOR_DEVICE_ATTR_RO(temp1_input, temp_value, 0);
> static SENSOR_DEVICE_ATTR_RO(temp2_input, temp_value, 1);
> static SENSOR_DEVICE_ATTR_RO(temp3_input, temp_value, 2);
> @@ -713,7 +713,7 @@ static int fts_detect(struct i2c_client *client,
> {
> int val;
>
> - /* detection works with revsion greater or equal to 0x2b */
> + /* detection works with revision greater or equal to 0x2b */
> val = i2c_smbus_read_byte_data(client, FTS_DEVICE_REVISION_REG);
> if (val < 0x2b)
> return -ENODEV;
prev parent reply other threads:[~2021-03-29 22:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-03-23 4:34 [PATCH] hwmon: (ftsteutates): Rudimentary typo fixes Bhaskar Chowdhury
2021-03-23 5:44 ` Randy Dunlap
2021-03-29 22:07 ` Guenter Roeck [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=20210329220748.GA222771@roeck-us.net \
--to=linux@roeck-us.net \
--cc=jdelvare@suse.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=rdunlap@infradead.org \
--cc=unixbhaskar@gmail.com \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox