ACK: [PATCH] acpi: csrt: fix a spelling mistake in a comment
Colin Ian King
colin.king at canonical.com
Wed Mar 2 10:14:51 UTC 2016
On 02/03/16 10:13, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/acpi/csrt/csrt.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/acpi/csrt/csrt.c b/src/acpi/csrt/csrt.c
> index a37045c..d1ef853 100644
> --- a/src/acpi/csrt/csrt.c
> +++ b/src/acpi/csrt/csrt.c
> @@ -52,7 +52,7 @@ static int csrt_test1(fwts_framework *fw)
> bool passed = true;
> int rg_count = 0;
>
> - /* Note: CSRT header is actually just and ACPI header */
> + /* Note: CSRT header is actually just an ACPI header */
> if (table->length < sizeof(fwts_acpi_table_csrt)) {
> passed = false;
> fwts_failed(fw, LOG_LEVEL_HIGH,
>
Acked-by: Colin Ian King <colin.king at canonical.com>
More information about the fwts-devel
mailing list