Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
linux
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
linux
Commits
4e095a9a
Commit
4e095a9a
authored
Apr 26, 2016
by
David S. Miller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
infiniband: nes: Kill unused variable in nes_netdev_start_xmit()
Signed-off-by:
David S. Miller
<
davem@davemloft.net
>
parent
c578e9ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
drivers/infiniband/hw/nes/nes_nic.c
drivers/infiniband/hw/nes/nes_nic.c
+0
-1
No files found.
drivers/infiniband/hw/nes/nes_nic.c
View file @
4e095a9a
...
@@ -478,7 +478,6 @@ static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev)
...
@@ -478,7 +478,6 @@ static int nes_netdev_start_xmit(struct sk_buff *skb, struct net_device *netdev)
u32
tso_wqe_length
;
u32
tso_wqe_length
;
u32
curr_tcp_seq
;
u32
curr_tcp_seq
;
u32
wqe_count
=
1
;
u32
wqe_count
=
1
;
u32
send_rc
;
struct
iphdr
*
iph
;
struct
iphdr
*
iph
;
__le16
*
wqe_fragment_length
;
__le16
*
wqe_fragment_length
;
u32
nr_frags
;
u32
nr_frags
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment