From: Bhaskar Chowdhury Date: Fri, 26 Mar 2021 23:12:47 +0000 (+0530) Subject: ncsi: internal.h: Fix a spello X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=195a8ec4033b4124f6864892e71dcef24ba74a5a;p=linux.git ncsi: internal.h: Fix a spello s/Firware/Firmware/ Signed-off-by: Bhaskar Chowdhury Signed-off-by: David S. Miller --- diff --git a/net/ncsi/internal.h b/net/ncsi/internal.h index e37102546be6a..49031f8042760 100644 --- a/net/ncsi/internal.h +++ b/net/ncsi/internal.h @@ -100,7 +100,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 */