Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 173601
b: refs/heads/master
c: b04d023
h: refs/heads/master
i:
  173599: a0e0519
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Dec 4, 2009
1 parent 1b9ccf4 commit cb3ebd6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 5e472d077f45de4f37365171bd742f18b3ef20de
refs/heads/master: b04d023cf5b7f4113cc4a09405c2fe8003bfe37d
4 changes: 2 additions & 2 deletions trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -664,7 +664,7 @@ static int fcoe_ddp_setup(struct fc_lport *lp, u16 xid,
{
struct net_device *n = fcoe_netdev(lp);

if (n->netdev_ops && n->netdev_ops->ndo_fcoe_ddp_setup)
if (n->netdev_ops->ndo_fcoe_ddp_setup)
return n->netdev_ops->ndo_fcoe_ddp_setup(n, xid, sgl, sgc);

return 0;
Expand All @@ -681,7 +681,7 @@ static int fcoe_ddp_done(struct fc_lport *lp, u16 xid)
{
struct net_device *n = fcoe_netdev(lp);

if (n->netdev_ops && n->netdev_ops->ndo_fcoe_ddp_done)
if (n->netdev_ops->ndo_fcoe_ddp_done)
return n->netdev_ops->ndo_fcoe_ddp_done(n, xid);
return 0;
}
Expand Down

0 comments on commit cb3ebd6

Please sign in to comment.