From: Guenter Roeck <linux@roeck-us.net>
To: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Cc: linux-kernel@vger.kernel.org, Jean Delvare <jdelvare@suse.com>,
Jonathan Corbet <corbet@lwn.net>,
linux-hwmon@vger.kernel.org
Subject: Re: [PATCH] hwmon: corsair-psu: fix typo in USB id description
Date: Wed, 5 Oct 2022 11:22:15 -0700 [thread overview]
Message-ID: <20221005182215.GA2626047@roeck-us.net> (raw)
In-Reply-To: <Yzql13NOvQLlrye1@monster.localdomain>
On Mon, Oct 03, 2022 at 09:05:27AM +0000, Wilken Gottwalt wrote:
> Fixes: 0cf46a653bda ("hwmon: (corsair-psu) add USB id of new revision of the HX1000i psu")
> Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Applied. In the future, please add some description (subject is
insufficient).
Thanks,
Guenter
> ---
> drivers/hwmon/corsair-psu.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/hwmon/corsair-psu.c b/drivers/hwmon/corsair-psu.c
> index 345d883ab044..c1c27e475f6d 100644
> --- a/drivers/hwmon/corsair-psu.c
> +++ b/drivers/hwmon/corsair-psu.c
> @@ -820,7 +820,7 @@ static const struct hid_device_id corsairpsu_idtable[] = {
> { HID_USB_DEVICE(0x1b1c, 0x1c0b) }, /* Corsair RM750i */
> { HID_USB_DEVICE(0x1b1c, 0x1c0c) }, /* Corsair RM850i */
> { HID_USB_DEVICE(0x1b1c, 0x1c0d) }, /* Corsair RM1000i */
> - { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsaur HX1000i revision 2 */
> + { HID_USB_DEVICE(0x1b1c, 0x1c1e) }, /* Corsair HX1000i revision 2 */
> { },
> };
> MODULE_DEVICE_TABLE(hid, corsairpsu_idtable);
next prev parent reply other threads:[~2022-10-05 18:22 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-03 9:05 [PATCH] hwmon: corsair-psu: fix typo in USB id description Wilken Gottwalt
2022-10-05 18:22 ` Guenter Roeck [this message]
2022-10-07 6:47 ` Wilken Gottwalt
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=20221005182215.GA2626047@roeck-us.net \
--to=linux@roeck-us.net \
--cc=corbet@lwn.net \
--cc=jdelvare@suse.com \
--cc=linux-hwmon@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=wilken.gottwalt@posteo.net \
/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.