Remove the white spaces in do/while loop used for checking fcoe debug logging Signed-off-by: Milan P. Gandhi <mgandhi@xxxxxxxxxx> --- drivers/scsi/fcoe/fcoe.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/scsi/fcoe/fcoe.h b/drivers/scsi/fcoe/fcoe.h index 6aa4820..7406376 100644 --- a/drivers/scsi/fcoe/fcoe.h +++ b/drivers/scsi/fcoe/fcoe.h @@ -46,7 +46,7 @@ extern unsigned int fcoe_debug_logging; #define FCOE_NETDEV_LOGGING 0x02 /* Netdevice logging */ #define FCOE_CHECK_LOGGING(LEVEL, CMD) \ -do { \ +do { \ if (unlikely(fcoe_debug_logging & LEVEL)) \ do { \ CMD; \