aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
diff options
context:
space:
mode:
authorYannick Guerrini <yguerrini@tomshardware.fr>2015-02-27 18:12:16 +0100
committerDavid S. Miller <davem@davemloft.net>2015-03-01 13:40:22 -0500
commit00c7eb99a5c4bd09a3f4133f61d3ebae787384c7 (patch)
tree11e01eb950175b960bd0334c826a0d5bf5d29975 /drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
parentnet: ti: cpsw: add hibernation callbacks (diff)
downloadlinux-dev-00c7eb99a5c4bd09a3f4133f61d3ebae787384c7.tar.xz
linux-dev-00c7eb99a5c4bd09a3f4133f61d3ebae787384c7.zip
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>
Diffstat (limited to '')
-rw-r--r--drivers/net/ethernet/qlogic/qlcnic/qlcnic.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
index fa4317611fd6..f221126a5c4e 100644
--- a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
+++ b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
@@ -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)