diff options
author | Bhaskar Chowdhury <unixbhaskar@gmail.com> | 2021-03-27 00:12:47 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-03-29 02:31:13 +0200 |
commit | 195a8ec4033b4124f6864892e71dcef24ba74a5a (patch) | |
tree | ee38c5075e1a33a021e1bf81d807ecde0d7495b0 /net/ncsi/internal.h | |
parent | mptcp: subflow.c: Fix a typo (diff) | |
download | linux-195a8ec4033b4124f6864892e71dcef24ba74a5a.tar.xz linux-195a8ec4033b4124f6864892e71dcef24ba74a5a.zip |
ncsi: internal.h: Fix a spello
s/Firware/Firmware/
Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r-- | net/ncsi/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ncsi/internal.h b/net/ncsi/internal.h index e37102546be6..49031f804276 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 */ |