Skip to content

Commit 113e042

Browse files
MingcongBairafaeljw
authored andcommitted
ACPI: resource: fix a typo for MECHREVO in irq1_edge_low_force_override[]
The vendor name for MECHREVO was incorrectly spelled in commit b53f09e ("ACPI: resource: Do IRQ override on MECHREV GM7XG0M"). Correct this typo in this trivial patch. Fixes: b53f09e ("ACPI: resource: Do IRQ override on MECHREV GM7XG0M") Signed-off-by: Mingcong Bai <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 92a09c4 commit 113e042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/acpi/resource.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ static const struct dmi_system_id irq1_level_low_skip_override[] = {
534534
*/
535535
static const struct dmi_system_id irq1_edge_low_force_override[] = {
536536
{
537-
/* MECHREV Jiaolong17KS Series GM7XG0M */
537+
/* MECHREVO Jiaolong17KS Series GM7XG0M */
538538
.matches = {
539539
DMI_MATCH(DMI_BOARD_NAME, "GM7XG0M"),
540540
},

0 commit comments

Comments
 (0)