ACK: [PATCH] acpi: gpedump: fix spelling mistake

Alex Hung alex.hung at canonical.com
Sat Mar 25 02:45:37 UTC 2017


On 2017-03-24 06:18 PM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> Trivial fix to spelling mistake, "notifes" -> "notifies"
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>  src/acpi/gpedump/gpedump.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/gpedump/gpedump.c b/src/acpi/gpedump/gpedump.c
> index c8673129..1514d4af 100644
> --- a/src/acpi/gpedump/gpedump.c
> +++ b/src/acpi/gpedump/gpedump.c
> @@ -83,7 +83,7 @@ static void gpu_dump_gpes(
>  		case ACPI_GPE_DISPATCH_NOTIFY:
>  			for (n = 0, notify_info = GpeEventInfo->Dispatch.NotifyList; notify_info; notify_info = notify_info->Next)
>  				n++;
> -			snprintf(buf, sizeof(buf), "notifes %" PRIu32 " devices", n);
> +			snprintf(buf, sizeof(buf), "notifies %" PRIu32 " devices", n);
>  			break;
>  		}
>  		fwts_log_info_verbatim(fw, "      GPE 0x%2.2" PRIx8 ":",
>

Acked-by: Alex Hung <alex.hung at canonical.com>



More information about the fwts-devel mailing list