On Fri, Nov 12, 2021 at 12:42 PM Sumeet Pawnikar <sumeet.r.pawnikar@xxxxxxxxx> wrote: > > Update device ID information appropriately under comment section. > It seems previously this comment was added considering this driver > used for Tiger Lake based systems. But, now this is being used by > Alder Lake based systems as well as per this commit 38748bcb940e > ("ACPI: DPTF: Support Alder Lake"). So, updating the comment for > more generic type from INT1045 to INT10xx and also correcting it > from INT to INTC string for this device ID information under > comment section. > > Signed-off-by: Sumeet Pawnikar <sumeet.r.pawnikar@xxxxxxxxx> > --- > drivers/acpi/dptf/dptf_pch_fivr.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/acpi/dptf/dptf_pch_fivr.c b/drivers/acpi/dptf/dptf_pch_fivr.c > index f4e9c2ef2f88..e7ab0fc90db9 100644 > --- a/drivers/acpi/dptf/dptf_pch_fivr.c > +++ b/drivers/acpi/dptf/dptf_pch_fivr.c > @@ -46,7 +46,7 @@ static int pch_fivr_read(acpi_handle handle, char *method, struct pch_fivr_resp > } > > /* > - * Presentation of attributes which are defined for INT1045 > + * Presentation of attributes which are defined for INTC10xx > * They are: > * freq_mhz_low_clock : Set PCH FIVR switching freq for > * FIVR clock 19.2MHz and 24MHz > -- Applied as 5.17 material with edited subject and changelog, thanks!