public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove white spaces from fcoe.h
@ 2017-06-05  8:52 Milan P. Gandhi
  2017-06-05  9:18 ` Julia Lawall
  0 siblings, 1 reply; 3+ messages in thread
From: Milan P. Gandhi @ 2017-06-05  8:52 UTC (permalink / raw)
  To: Johannes Thumshirn, kernel-janitors, linux-scsi

Remove the white spaces in do/while loop used for checking fcoe
debug logging

Signed-off-by: Milan P. Gandhi <mgandhi@redhat.com>
---
 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;						\

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-06-05  9:54 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-05  8:52 [PATCH] Remove white spaces from fcoe.h Milan P. Gandhi
2017-06-05  9:18 ` Julia Lawall
2017-06-05  9:54   ` Milan P. Gandhi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox