diff --git a/net/ncsi/internal.h b/net/ncsi/internal.h index ad3fd7f1da75..9b2bfb87c289 100644 --- a/net/ncsi/internal.h +++ b/net/ncsi/internal.h @@ -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 */