linux-kernel-test/drivers/scsi/fcoe
Joe Eykholt a69b06bc5e [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 <jeykholt@cisco.com>
Signed-off-by: Robert Love <robert.w.love@intel.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
2009-09-05 09:47:34 -05:00
..
fcoe.c [SCSI] fcoe: removes phys_dev and renames real_dev to netdev. 2009-08-22 17:52:11 -05:00
fcoe.h [SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error 2009-09-05 09:47:34 -05:00
libfcoe.c [SCSI] fcoe: libfcoe: extra semicolon in CHECK_LOGGING macros causes compile error 2009-09-05 09:47:34 -05:00
Makefile [SCSI] fcoe, libfc: add libfcoe module 2009-04-03 09:23:04 -05:00