Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161137
b: refs/heads/master
c: 922aa21
h: refs/heads/master
i:
  161135: 22ef6ca
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Sep 10, 2009
1 parent a309e45 commit 4af04bd
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: 795d86f55ec3bf6280dda368f208943f1fb7d366
refs/heads/master: 922aa210bcad4b34a7bb98ec9d318b7e59e7a5ca
4 changes: 2 additions & 2 deletions trunk/include/scsi/libfc.h
Original file line number Diff line number Diff line change
Expand Up @@ -223,9 +223,9 @@ struct fc_rport_libfc_priv {
};

#define PRIV_TO_RPORT(x) \
(struct fc_rport *)((void *)x - sizeof(struct fc_rport));
((struct fc_rport *)((void *)(x) - sizeof(struct fc_rport)))
#define RPORT_TO_PRIV(x) \
(struct fc_rport_libfc_priv *)((void *)x + sizeof(struct fc_rport));
((struct fc_rport_libfc_priv *)((void *)(x) + sizeof(struct fc_rport)))

static inline void fc_rport_set_name(struct fc_rport *rport, u64 wwpn, u64 wwnn)
{
Expand Down

0 comments on commit 4af04bd

Please sign in to comment.