diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2021-05-30 15:14:38 +0300 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2021-05-31 12:15:48 +0200 |
| commit | ecec8f1f9011ad958e72f0bf6088ea863735ecb8 (patch) | |
| tree | c93df3dcc39bef1b89b6c51ed74526b2eabdc2af /sys-utils/lscpu-arm.c | |
| parent | d44a83c1f9a638310a1b6747dff9c020b3279bea (diff) | |
| download | util-linux-ecec8f1f9011ad958e72f0bf6088ea863735ecb8.tar.gz | |
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>
Diffstat (limited to 'sys-utils/lscpu-arm.c')
| -rw-r--r-- | sys-utils/lscpu-arm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/lscpu-arm.c b/sys-utils/lscpu-arm.c index 1560d972c9..230eb5fddf 100644 --- a/sys-utils/lscpu-arm.c +++ b/sys-utils/lscpu-arm.c @@ -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" }, |
