projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8963a50
)
qlcnic: Fix trivial typo in comment
author
Yannick Guerrini
<
[email protected]
>
Fri, 27 Feb 2015 17:12:16 +0000
(18:12 +0100)
committer
David S. Miller
<
[email protected]
>
Sun, 1 Mar 2015 18:40:22 +0000
(13:40 -0500)
Change 'Firmare' to 'Firmware'
Signed-off-by: Yannick Guerrini <
[email protected]
>
Signed-off-by: David S. Miller <
[email protected]
>
drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
patch
|
blob
|
history
diff --git
a/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
b/drivers/net/ethernet/qlogic/qlcnic/qlcnic.h
index fa4317611fd63fe81df2e23e47fa307b8c5c5348..f221126a5c4e6789cb2630a07dc58b02f0676239 100644
(file)
--- 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 /* Firm
w
are info */
#define QLCNIC_FW_VERSION_OFFSET (QLCNIC_USER_START+0x408)
#define QLCNIC_FW_SIZE_OFFSET (QLCNIC_USER_START+0x40c)