Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161115
b: refs/heads/master
c: a69b06b
h: refs/heads/master
i:
  161113: 6a340e1
  161111: 166867a
v: v3
  • Loading branch information
Joe Eykholt authored and James Bottomley committed Sep 5, 2009
1 parent 2dc161f commit e2a5dba
Show file tree
Hide file tree
Showing 3 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: cd305ce41be1615dfc72892e0642c6b880f58d95
refs/heads/master: a69b06bc5e7b153043db8984564b731f99e014fc
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/fcoe.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ do { \
do { \
CMD; \
} while (0); \
} while (0);
} while (0)

#define FCOE_DBG(fmt, args...) \
FCOE_CHECK_LOGGING(FCOE_LOGGING, \
Expand Down
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ do { \
do { \
CMD; \
} while (0); \
} while (0);
} while (0)

#define LIBFCOE_DBG(fmt, args...) \
LIBFCOE_CHECK_LOGGING(LIBFCOE_LOGGING, \
Expand Down

0 comments on commit e2a5dba

Please sign in to comment.