ACK: [PATCH 05/10] dmicheck: fix typo in type 8
ivanhu
ivan.hu at canonical.com
Thu May 28 06:30:53 UTC 2020
On 5/21/20 10:37 AM, Alex Hung wrote:
> Signed-off-by: Alex Hung <alex.hung at canonical.com>
> ---
> src/dmi/dmicheck/dmicheck.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/dmi/dmicheck/dmicheck.c b/src/dmi/dmicheck/dmicheck.c
> index dd2e5d59..5fe0283c 100644
> --- a/src/dmi/dmicheck/dmicheck.c
> +++ b/src/dmi/dmicheck/dmicheck.c
> @@ -1401,7 +1401,7 @@ static void dmicheck_entry(fwts_framework *fw,
> "(range allowed 0x00..0x23, 0xa0..0xa4, 0xff) "
> "while accessing entry '%s' @ "
> "0x%8.8" PRIx32 ", field '%s', offset 0x%2.2x",
> - data[0x7], table, addr, "Internal Connector Type", 0x7);
> + data[0x7], table, addr, "External Connector Type", 0x7);
>
> if (!((data[0x8] <= 0x23) ||
> (data[0x8] == 0xff) ||
>
Acked-by: Ivan Hu <ivan.hu at canonical.com>
More information about the fwts-devel
mailing list