lscpu: fix NVIDIA ARM hw implementer spelling case

Ref respective vendor sites.

Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Karel Zak <kzak@redhat.com>
This commit is contained in:
Ville Skyttä 2021-05-30 15:14:38 +03:00 committed by Karel Zak
parent d44a83c1f9
commit ecec8f1f90
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ static const struct hw_impl hw_implementer[] = {
{ 0x48, hisi_part, "HiSilicon" },
{ 0x49, unknown_part, "Infineon" },
{ 0x4d, unknown_part, "Motorola/Freescale" },
{ 0x4e, nvidia_part, "Nvidia" },
{ 0x4e, nvidia_part, "NVIDIA" },
{ 0x50, apm_part, "APM" },
{ 0x51, qcom_part, "Qualcomm" },
{ 0x53, samsung_part, "Samsung" },