aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/bin
diff options
context:
space:
mode:
authorJoe Eykholt <[email protected]>2009-08-25 13:58:42 -0700
committerJames Bottomley <[email protected]>2009-09-05 09:47:34 -0500
commita69b06bc5e7b153043db8984564b731f99e014fc (patch)
treedc80fe815f5045fb01414fc352c237dbcee4fa4f /tools/perf/scripts/python/bin
parentcd305ce41be1615dfc72892e0642c6b880f58d95 (diff)
[SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error
If using code like this: if (foo) FCOE_DBG("foo\n); else FCOE_DBG("bar\n"); one gets compile errors because FCOE_DBG expands with its own semicolon, making one too many for the if-statement. Remove the offending semicolon in fcoe.h and also a similar case in libfcoe.c. Signed-off-by: Joe Eykholt <[email protected]> Signed-off-by: Robert Love <[email protected]> Signed-off-by: James Bottomley <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/bin')
0 files changed, 0 insertions, 0 deletions