linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] hwmon: corsair-psu: fix typo in USB id description
@ 2022-10-03  9:05 Wilken Gottwalt
  2022-10-05 18:22 ` Guenter Roeck
  0 siblings, 1 reply; 3+ messages in thread
From: Wilken Gottwalt @ 2022-10-03  9:05 UTC (permalink / raw)
  To: linux-kernel; +Cc: Jean Delvare, Guenter Roeck, Jonathan Corbet, linux-hwmon

Fixes: 0cf46a653bda ("hwmon: (corsair-psu) add USB id of new revision of the HX1000i psu")
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
---
 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);
-- 
2.37.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] hwmon: corsair-psu: fix typo in USB id description
  2022-10-03  9:05 [PATCH] hwmon: corsair-psu: fix typo in USB id description Wilken Gottwalt
@ 2022-10-05 18:22 ` Guenter Roeck
  2022-10-07  6:47   ` Wilken Gottwalt
  0 siblings, 1 reply; 3+ messages in thread
From: Guenter Roeck @ 2022-10-05 18:22 UTC (permalink / raw)
  To: Wilken Gottwalt; +Cc: linux-kernel, Jean Delvare, Jonathan Corbet, linux-hwmon

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);

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] hwmon: corsair-psu: fix typo in USB id description
  2022-10-05 18:22 ` Guenter Roeck
@ 2022-10-07  6:47   ` Wilken Gottwalt
  0 siblings, 0 replies; 3+ messages in thread
From: Wilken Gottwalt @ 2022-10-07  6:47 UTC (permalink / raw)
  To: Guenter Roeck; +Cc: linux-kernel, Jean Delvare, Jonathan Corbet, linux-hwmon

On Wed, 5 Oct 2022 11:22:15 -0700
Guenter Roeck <linux@roeck-us.net> wrote:

> 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).

Oh sorry. I wasn't sure how to handle this, I mean the title already says all,
nothing more to add.

greetings,
Will

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-10-07  6:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-10-03  9:05 [PATCH] hwmon: corsair-psu: fix typo in USB id description Wilken Gottwalt
2022-10-05 18:22 ` Guenter Roeck
2022-10-07  6:47   ` Wilken Gottwalt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).