[PATCH] dmi: dmicheck: fix typo: SBMBIOS should be SMBIOS
Alex Hung
alex.hung at canonical.com
Sat May 21 02:17:01 UTC 2016
On 2016-05-21 03:26 AM, Al Stone wrote:
> On 05/20/2016 12:39 PM, Colin King wrote:
>> From: Colin Ian King <colin.king at canonical.com>
>>
>> Signed-off-by: Colin Ian King <colin.king 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 4fa993d..2080061 100644
>> --- a/src/dmi/dmicheck/dmicheck.c
>> +++ b/src/dmi/dmicheck/dmicheck.c
>> @@ -437,7 +437,7 @@ static void dmi_dump_entry(fwts_framework *fw, fwts_smbios_entry *entry, fwts_sm
>> fwts_log_info_verbatum(fw, " Structure Table Length : 0x%4.4x", entry->struct_table_length);
>> fwts_log_info_verbatum(fw, " Structure Table Address: 0x%8.8x", entry->struct_table_address);
>> fwts_log_info_verbatum(fw, " # of SMBIOS Structures : 0x%4.4x", entry->number_smbios_structures);
>> - fwts_log_info_verbatum(fw, " SBMIOS BCD Revision : %2.2x", entry->smbios_bcd_revision);
>> + fwts_log_info_verbatum(fw, " SMBIOS BCD Revision : %2.2x", entry->smbios_bcd_revision);
>> if (entry->smbios_bcd_revision == 0)
>> fwts_log_info_verbatum(fw, " BCD Revision 00 indicates compliance with specification stated in Major/Minor Version.");
>> }
>>
>
> Heh. Looking at this patch, I realized this should probably be
> spelled 'verbatim', not 'verbatum' :). Not sure it makes sense
> to try and change that, though.
Indeed. We need to fix that. :-D
>
> The s/SBMIOS/SBMIOS/ is just fine :).
>
Acked-by: Alex Hung <alex.hung at canonical.com>
More information about the fwts-devel
mailing list