Re: [PATCH] ACPI: fix various typos in comments

From: Rafael J. Wysocki
Date: Fri Mar 19 2021 - 12:48:35 EST


On Sat, Mar 13, 2021 at 4:17 AM Randy Dunlap <rdunlap@xxxxxxxxxxxxx> wrote:
>
> On 3/12/21 5:55 PM, Tom Saeger wrote:
> > Fix trivial ACPI driver comment typos.
> >
> > s/notifcations/notifications/
> > s/Ajust/Adjust/
> > s/preform/perform/
> > s/atrributes/attributes/
> > s/Souce/Source/
> > s/Evalutes/Evaluates/
> > s/Evalutes/Evaluates/
> > s/specifiy/specify/
> > s/promixity/proximity/
> > s/presuambly/presumably/
> > s/Evalute/Evaluate/
> > s/specificed/specified/
> > s/rountine/routine/
> > s/previosuly/previously/
> >
> > Change comment referencing pcc_send_cmd to send_pcc_cmd.
> >
> > Cc: trivial@xxxxxxxxxx
> > Signed-off-by: Tom Saeger <tom.saeger@xxxxxxxxxx>
> > ---
> > drivers/acpi/ac.c | 2 +-
> > drivers/acpi/acpi_video.c | 4 ++--
> > drivers/acpi/apei/erst.c | 2 +-
> > drivers/acpi/apei/hest.c | 2 +-
> > drivers/acpi/cppc_acpi.c | 10 +++++-----
> > drivers/acpi/numa/hmat.c | 2 +-
> > drivers/acpi/pmic/intel_pmic_chtcrc.c | 2 +-
> > drivers/acpi/power.c | 2 +-
> > drivers/acpi/processor_perflib.c | 2 +-
> > drivers/acpi/resource.c | 2 +-
> > drivers/acpi/scan.c | 2 +-
> > 11 files changed, 16 insertions(+), 16 deletions(-)
>
> Reviewed-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>

Applied as 5.13 material, thanks!