hwmon: (corsair-psu) fix typo in USB id description
authorWilken Gottwalt <wilken.gottwalt@posteo.net>
Mon, 3 Oct 2022 09:05:27 +0000 (09:05 +0000)
committerGuenter Roeck <linux@roeck-us.net>
Sun, 16 Oct 2022 22:52:59 +0000 (15:52 -0700)
Fix spelling mistake (Corsaur -> Corsair).

Fixes: 0cf46a653bda ("hwmon: (corsair-psu) add USB id of new revision of the HX1000i psu")
Signed-off-by: Wilken Gottwalt <wilken.gottwalt@posteo.net>
Link: https://lore.kernel.org/r/Yzql13NOvQLlrye1@monster.localdomain
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
drivers/hwmon/corsair-psu.c

index 345d883ab04428d6922dcffc395656de5f0550f4..c1c27e475f6d61328bf6aee2802e3612194e2084 100644 (file)
@@ -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);