ncsi: internal.h: Fix a spello

[ Upstream commit 195a8ec4033b4124f6864892e71dcef24ba74a5a ]

s/Firware/Firmware/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Stable-dep-of: 3084b58bfd0b ("net/ncsi: Fix netlink major/minor version numbers")
Signed-off-by: Sasha Levin <sashal@kernel.org>
(cherry picked from commit 3cb8ac9da29fac5ee4e6813f2c3e12690ee84a98)
Signed-off-by: Vegard Nossum <vegard.nossum@oracle.com>
This commit is contained in:
Bhaskar Chowdhury 2021-03-27 04:42:47 +05:30 committed by Vegard Nossum
parent bd06c95907
commit fdf6985a53

View File

@ -71,7 +71,7 @@ enum {
struct ncsi_channel_version {
u32 version; /* Supported BCD encoded NCSI version */
u32 alpha2; /* Supported BCD encoded NCSI version */
u8 fw_name[12]; /* Firware name string */
u8 fw_name[12]; /* Firmware name string */
u32 fw_version; /* Firmware version */
u16 pci_ids[4]; /* PCI identification */
u32 mf_id; /* Manufacture ID */