Skip to content

Commit 4aed6b8

Browse files
committed
platform/x86/intel/pmc: Fix PCH names in comments
JIRA: https://issues.redhat.com/browse/RHEL-46817 commit f1f663e Author: Colin Ian King <colin.i.king@gmail.com> Date: Thu Apr 18 22:52:02 2024 +0100 platform/x86/intel/pmc: Fix PCH names in comments The PCH names in the pmc drivers are incorrect in the comments, fix these. Signed-off-by: Colin Ian King <colin.i.king@gmail.com> Link: https://lore.kernel.org/r/20240418215202.879171-1-colin.i.king@gmail.com Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Steve Best <sbest@redhat.com>
1 parent bcd25ed commit 4aed6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

drivers/platform/x86/intel/pmc/arl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* This file contains platform specific structure definitions
4-
* and init function used by Meteor Lake PCH.
4+
* and init function used by Arrow Lake PCH.
55
*
66
* Copyright (c) 2022, Intel Corporation.
77
* All Rights Reserved.

drivers/platform/x86/intel/pmc/lnl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: GPL-2.0
22
/*
33
* This file contains platform specific structure definitions
4-
* and init function used by Meteor Lake PCH.
4+
* and init function used by Lunar Lake PCH.
55
*
66
* Copyright (c) 2022, Intel Corporation.
77
* All Rights Reserved.

0 commit comments

Comments
 (0)