mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-11 13:27:06 +09:00
ncsi: internal.h: Fix a spello
[ Upstream commit 195a8ec403 ]
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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
f6154d4983
commit
7276fac0a6
@@ -83,7 +83,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 */
|
||||
|
||||
Reference in New Issue
Block a user