diff mbox series

platform/x86: touchscreen_dmi: Fix Chuwi Hi10 Prus typo in comment

Message ID 20210529152650.12604-1-hdegoede@redhat.com (mailing list archive)
State Superseded, archived
Headers show
Series platform/x86: touchscreen_dmi: Fix Chuwi Hi10 Prus typo in comment | expand

Commit Message

Hans de Goede May 29, 2021, 3:26 p.m. UTC
Fix the entry for the Chuwi Hi10 Pro tablet having a comment describing
it as the "Chuwi Hi10 Prus.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
---
 drivers/platform/x86/touchscreen_dmi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/platform/x86/touchscreen_dmi.c b/drivers/platform/x86/touchscreen_dmi.c
index 424cf2a84744..988a2e5a98a8 100644
--- a/drivers/platform/x86/touchscreen_dmi.c
+++ b/drivers/platform/x86/touchscreen_dmi.c
@@ -971,7 +971,7 @@  const struct dmi_system_id touchscreen_dmi_table[] = {
 		},
 	},
 	{
-		/* Chuwi Hi10 Prus (CWI597) */
+		/* Chuwi Hi10 Pro (CWI597) */
 		.driver_data = (void *)&chuwi_hi10_pro_data,
 		.matches = {
 			DMI_MATCH(DMI_BOARD_VENDOR, "Hampoo"),