[PATCH] acpi: pcc: fix some stupid typos
Keng-Yu Lin
kengyu at canonical.com
Fri Dec 21 06:08:48 UTC 2012
On Thu, Dec 20, 2012 at 11:56 PM, Colin King <colin.king at canonical.com> wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Fix a couple of spelling mistakes made by myself.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
> src/acpi/pcc/pcc.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/src/acpi/pcc/pcc.c b/src/acpi/pcc/pcc.c
> index 8741e0b..078601b 100644
> --- a/src/acpi/pcc/pcc.c
> +++ b/src/acpi/pcc/pcc.c
> @@ -213,7 +213,7 @@ static void pcc_check_shared_memory_region(
>
> if (pcc_mr->minimum & 4095) {
> fwts_failed(fw, LOG_LEVEL_HIGH, "PCCMemoryNotPageAligned",
> - "PCC Memory Resource Minumum Address is not page aligned. It must "
> + "PCC Memory Resource Minimum Address is not page aligned. It must "
> "start on a 4K page boundary.");
> *failed = true;
> }
> @@ -403,7 +403,7 @@ static void pcc_check_buffer(
> pcc_check_doorbell_write_mask(fw, name, &obj->Package.Elements[3], &failed);
>
> if (!failed)
> - fwts_passed(fw, "PCC pased; %s returned sane looking data structures.", name);
> + fwts_passed(fw, "PCC passed; %s returned sane looking data structures.", name);
> }
>
> static int pcc_test1(fwts_framework *fw)
> --
> 1.8.0
>
Acked-by: Keng-Yu Lin <kengyu at canonical.com>
More information about the fwts-devel
mailing list