[PATCH 16/26] bios: bios_info: fix bug where product_serial was not being dumped

Alex Hung alex.hung at canonical.com
Mon Oct 15 05:38:54 UTC 2012


On 10/15/2012 04:32 AM, Colin King wrote:
> From: Colin Ian King <colin.king at canonical.com>
>
> A missing comma in the bios_info[] was making fwts omit the
> dumping of the product_serial information.
>
> Signed-off-by: Colin Ian King <colin.king at canonical.com>
> ---
>   src/bios/bios_info/bios_info.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/src/bios/bios_info/bios_info.c b/src/bios/bios_info/bios_info.c
> index 748aad8..abe1a31 100644
> --- a/src/bios/bios_info/bios_info.c
> +++ b/src/bios/bios_info/bios_info.c
> @@ -43,7 +43,7 @@ static fwts_bios_info bios_info[] = {
>   	{ "chassis_version",	"Chassis Version" },
>   	{ "chassis_asset_tag",	"Chassic Asset Tag" },
>   	{ "product_name",	"Product Name" },
> -	{ "product_serial"	"Product Serial #" },
> +	{ "product_serial",	"Product Serial #" },
>   	{ "product_uuid",	"Product UUID " },
>   	{ "product_version",	"Product Version" },
>   	{ "sys_vendor",		"System Vendor" },
>

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



More information about the fwts-devel mailing list