git.droids-corp.org
/
dpdk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c46a0f
)
net/qede/base: fix typo
author
Rasesh Mody
<rasesh.mody@cavium.com>
Sat, 18 Mar 2017 06:53:32 +0000
(23:53 -0700)
committer
Ferruh Yigit
<ferruh.yigit@intel.com>
Tue, 4 Apr 2017 16:59:45 +0000
(18:59 +0200)
Fixes:
22d07d939c3c
("net/qede/base: update")
Signed-off-by: Rasesh Mody <rasesh.mody@cavium.com>
drivers/net/qede/base/mcp_public.h
patch
|
blob
|
history
diff --git
a/drivers/net/qede/base/mcp_public.h
b/drivers/net/qede/base/mcp_public.h
index
81567d1
..
308b7fe
100644
(file)
--- a/
drivers/net/qede/base/mcp_public.h
+++ b/
drivers/net/qede/base/mcp_public.h
@@
-1056,7
+1056,7
@@
union drv_union_data {
struct lan_stats_stc lan_stats;
struct fcoe_stats_stc fcoe_stats;
- struct iscsi_stats_stc i
csc
i_stats;
+ struct iscsi_stats_stc i
scs
i_stats;
struct rdma_stats_stc rdma_stats;
struct ocbb_data_stc ocbb_info;
struct temperature_status_stc temp_info;