mirror of
https://github.com/torvalds/linux
synced 2024-11-05 18:23:50 +00:00
qlcnic: Fix trivial typo in comment
Change 'Firmare' to 'Firmware' Signed-off-by: Yannick Guerrini <yguerrini@tomshardware.fr> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
8963a50453
commit
00c7eb99a5
1 changed files with 1 additions and 1 deletions
|
@ -314,7 +314,7 @@ struct qlcnic_fdt {
|
|||
#define QLCNIC_BRDCFG_START 0x4000 /* board config */
|
||||
#define QLCNIC_BOOTLD_START 0x10000 /* bootld */
|
||||
#define QLCNIC_IMAGE_START 0x43000 /* compressed image */
|
||||
#define QLCNIC_USER_START 0x3E8000 /* Firmare info */
|
||||
#define QLCNIC_USER_START 0x3E8000 /* Firmware info */
|
||||
|
||||
#define QLCNIC_FW_VERSION_OFFSET (QLCNIC_USER_START+0x408)
|
||||
#define QLCNIC_FW_SIZE_OFFSET (QLCNIC_USER_START+0x40c)
|
||||
|
|
Loading…
Reference in a new issue